ASPxVerticalGrid.Rows Property
Provides access to a VerticalGrid’s row collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
VerticalGridRowCollection | null | A VerticalGridRowCollection object that represents a collection of rows within the ASPxVerticalGrid control. |
Remarks
The Rows property stores a collection of VerticalGridRow objects that represent rows. It provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.
See Also