MVCxVerticalGridCategoryRow.Rows Property
Provides access to a collection of rows that the current category row combines.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxVerticalGridRowCollection Rows { get; }
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
The Rows property stores a collection of MVCxVerticalGridRow objects which can be data rows, command rows or category rows combined by the current category row. The obtained row collection provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.