Gets the index of the DataItem in the underlying DataSet.

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

Syntax

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

See Also