System.Web.UI.WebControls.DetailsViewRow.RowIndex Property

Gets the index of the System.Web.UI.WebControls.DetailsViewRow object in the DetailsView.Rows collection of the System.Web.UI.WebControls.DetailsView control.

Syntax

public virtual int RowIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsViewRow.RowIndex property to determine the index of a System.Web.UI.WebControls.DetailsViewRow object in the DetailsView.Rows collection of the System.Web.UI.WebControls.DetailsView control.

Note:

This property applies only to data rows.

Requirements

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