Skip to main content
A newer version of this page is available. .

MVCxVerticalGridRowCollection<ColumnType>.AddCategory() Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridCategoryRow<ColumnType> AddCategory()

Returns

Type Description
MVCxVerticalGridCategoryRow<ColumnType>

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

See Also