ShellViewColumnsSortBy Property |
Gets or sets the column the view is sorted by.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public SHCOLUMNID SortBy { get; set; }
Public Property SortBy As SHCOLUMNID
Get
Set
public:
property SHCOLUMNID SortBy {
SHCOLUMNID get ();
void set (SHCOLUMNID value);
}
member SortBy : SHCOLUMNID with get, set
Property Value
Type:
SHCOLUMNIDSee Also