MVCxVerticalGridRowCollection<ColumnType>.AddCategory() Method
Creates a new category row and adds it to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Returns
Type | Description |
---|---|
MVCxVerticalGridCategoryRow<ColumnType> | An MVCxVerticalGridCategoryRow<ColumnType> object that is the newly created category row. |
See Also