Property Index
Index
[Browsable(false)]
public int? Index { get; }
Property Value
- int?
The zero-based index of the column header within the Columns of the ListView control it is contained in.
Remarks
If the ListViewColumn is not contained within a
ListView control this property returns a value of null
.