ListViewColumnSorterColumnIndex Property
Gets or sets the index of the column to which to apply the sorting operation (default index is 0).
Namespace: DevCase.Runtime.TypeComparersAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int ColumnIndex { get; set; }
Public Property ColumnIndex As Integer
Get
Set
Dim instance As ListViewColumnSorter
Dim value As Integer
value = instance.ColumnIndex
instance.ColumnIndex = value
public:
property int ColumnIndex {
int get ();
void set (int value);
}
member ColumnIndex : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The index of the column to which to apply the sorting operation (default index is
0).