C1.Web.Wijmo.Controls.45 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
 

Property Value

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