Skip to main content

MVCxVerticalGridRowCollection<ColumnType>.AddCategory() Method

Creates a new category row and adds it to the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxVerticalGridCategoryRow<ColumnType> AddCategory()

Returns

Type Description
MVCxVerticalGridCategoryRow<ColumnType>

An MVCxVerticalGridCategoryRow<ColumnType> object that is the newly created category row.

See Also