GridViewUpdateEventArgs.RowIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the row being updated.
public:
property int RowIndex { int get(); };
public int RowIndex { get; }
member this.RowIndex : int
Public ReadOnly Property RowIndex As Integer
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
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.