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

In This Topic
    Rows Property
    In This Topic
    Gets a collection of objects representing the items in C1GridView.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Rows As C1GridViewRowCollection
    public virtual C1GridViewRowCollection Rows {get;}

    Property Value

    A C1GridViewRowCollection that contains a collection of C1GridViewRow objects representing the individual rows in the C1GridView control.
    See Also