ShellViewColumnsSortDirection Property |
Gets or sets the sort direction.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
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
ViewSortDirection
See Also