| ExplorerBrowserAllColumns Property  | 
 
            Gets a list of all columns that are supported in the current view. These depend on what the control currently displays.
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic ShellViewColumns AllColumns { get; }Public ReadOnly Property AllColumns As ShellViewColumns
	Get
public:
property ShellViewColumns^ AllColumns {
	ShellViewColumns^ get ();
}member AllColumns : ShellViewColumns with get
Property Value
Type: 
ShellViewColumns
            A 
ShellViewColumns collection containing all columns supported by the current view. 
            
 See Also
See Also