ShellViewColumnsSortDirection Property  | 
 
              Gets or sets the sort direction.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntaxpublic ViewSortDirection SortDirection { get; set; }Public Property SortDirection As ViewSortDirection
	Get
	Set
public:
property ViewSortDirection SortDirection {
	ViewSortDirection get ();
	void set (ViewSortDirection value);
}member SortDirection : ViewSortDirection with get, set
Property Value
Type: 
ViewSortDirection
See Also