System.Web.UI.WebControls.GridViewDeleteEventArgs.RowIndex Property

Gets the index of the row being deleted.

Syntax

public int RowIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The row index is frequently used to retrieve the specified row from the GridView.Rows collection of the System.Web.UI.WebControls.GridView control. You can then 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