System.Web.UI.WebControls.GridViewEditEventArgs.NewEditIndex Property

Gets or sets the index of the row being edited.

Syntax

public int NewEditIndex { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the GridViewEditEventArgs.NewEditIndex property to determine the index of the row being edited. The row index is often used to retrieve this row from the GridView.Rows collection of the System.Web.UI.WebControls.GridView control, which allows you to access the row's properties.

Requirements

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