ColumnHeader.Index Property

Definition

Gets the location with the ListView control's ListView.ColumnHeaderCollection of this column.

public:
 property int Index { int get(); };
[System.ComponentModel.Browsable(false)]
public int Index { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Index : int
Public ReadOnly Property Index As Integer

Property Value

The zero-based index of the column header within the ListView.ColumnHeaderCollection of the ListView control it is contained in.

Attributes

Remarks

The value of this property does not necessarily correspond to the current visual position of the column header within the ListView. This can be due to the user reordering the column headers at run time (when the AllowColumnReorder property is set to true). If the ColumnHeader is not contained within a ListView control this property returns a value of -1.

Applies to

See also