FormViewRow.ItemIndex Property

Definition

Gets the index of the data item displayed from the data source.

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

Property Value

The index of the data item displayed from the data source.

Remarks

Use the ItemIndex property to determine the index of the data item.

Applies to

See also