IDataItemContainer.DisplayIndex Property
.NET Framework 2.0
When implemented, gets the position of the data item as displayed in a control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: