IDataItemContainer::DisplayIndex Property
.NET Framework (current version)
When implemented, gets the position of the data item as displayed in a control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32An Integer representing the position of the data item as displayed in a control.
In implementing classes such as DataGridViewColumn, the DisplayIndex property is set according to the index of the row among the displayed rows.
The following code example demonstrates an implementation of the DisplayIndex property. It is part of a larger example in the IDataItemContainer class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: