DataGridItem.IDataItemContainer.DisplayIndex Property

Definition

For a description of this member, see DisplayIndex.

property int System::Web::UI::IDataItemContainer::DisplayIndex { int get(); };
int System.Web.UI.IDataItemContainer.DisplayIndex { get; }
member this.System.Web.UI.IDataItemContainer.DisplayIndex : int
 ReadOnly Property DisplayIndex As Integer Implements IDataItemContainer.DisplayIndex

Property Value

The index of the DataGridItem from the Items collection of the DataGrid control.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataGridItem instance is cast to an IDataItemContainer interface.

Applies to