ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRow Class / DataItemIndex Property

In This Topic
    DataItemIndex Property
    In This Topic
    Gets the index of the DataItem in the underlying DataSet.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property DataItemIndex As System.Integer
    public virtual System.int DataItemIndex {get;}
    See Also