ShellViewColumnsSortDirection Property |
Gets or sets the sort direction.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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:
ViewSortDirectionSee Also