Table of Contents

Property Index

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Index

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

[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.