DataGridItem::IDataItemContainer::DisplayIndex Property
.NET Framework (current version)
For a description of this member, see IDataItemContainer::DisplayIndex.
Assembly: System.Web (in System.Web.dll)
private: property int DisplayIndex { virtual int get() sealed = IDataItemContainer::DisplayIndex::get; }
Property Value
Type: System::Int32The index of the DataGridItem from the Items collection of the DataGrid control.
Implements
IDataItemContainer::DisplayIndexThis member is an explicit interface member implementation. It can be used only when the DataGridItem instance is cast to an IDataItemContainer interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: