System.Web.UI.IDataItemContainer.DisplayIndex Property

When implemented, gets the position of the data item as displayed in a control.

Syntax

public int DisplayIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

In implementing classes such as System.Windows.Forms.DataGridViewColumn, the IDataItemContainer.DisplayIndex property is set according to the index of the row among the displayed rows.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0