ListViewDataItem.DataItemIndex Propriedade

Definição

Obtém o índice do DataItem no objeto de fonte de dados subjacente.Gets the index of the DataItem in the underlying data source object.

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

Valor da propriedade

Int32

O índice de base zero do DataItem no objeto de fonte de dados subjacente.The zero-based index of the DataItem in the underlying data source object.

Implementações

Comentários

Use a DataItemIndex propriedade para determinar o índice do DataItem no objeto de fonte de dados subjacente.Use the DataItemIndex property to determine the index of the DataItem in the underlying data source object.

Aplica-se a

Confira também