GridViewUpdateEventArgs.RowIndex Property

Definition

Gets the index of the row being updated.

C#
public int RowIndex { get; }

Property Value

The index of the row being updated.

Remarks

Use the RowIndex property to determine the index of the row being updated. The row index is often used to retrieve the corresponding row from the Rows collection of the GridView control, which allows you to access the row's properties.

Applies to

Produto Versões
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also