ListViewItem.DataItemIndex Property

Definition

Gets the index of the data item that is bound to the ListViewItem control.

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

Property Value

The index of the data item that is bound to the ListViewItem control.

Implements

Applies to