ListViewItem.DisplayIndex Property

Definition

Gets the position of the data item as displayed in the ListView control.

public:
 virtual property int DisplayIndex { int get(); };
public virtual int DisplayIndex { get; }
member this.DisplayIndex : int
Public Overridable ReadOnly Property DisplayIndex As Integer

Property Value

The position of the data item as displayed in the ListView control.

Implements

Applies to