Gets the index of the C1GridViewRow object in the Rows collection of a C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual int RowIndex { get; }
Visual Basic
Public Overridable ReadOnly Property RowIndex As Integer
	Get

See Also