JamBaseShellListViewSortColumn Property |
The column according to which the listed objects are sorted.
If this is set to a negative value, sorting is disabled by setting
SortOrder to SortOrder.None, this is useful to
insert large amounts of items, e.g. during a search.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic virtual int SortColumn { get; set; }
Public Overridable Property SortColumn As Integer
Get
Set
public:
virtual property int SortColumn {
int get ();
void set (int value);
}
abstract SortColumn : int with get, set
override SortColumn : int with get, set
Property Value
Type:
Int32
Exceptions
See Also