Skip to main content

MVCxVerticalGridRowCollection.AddCategory() Method

In This Article

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxVerticalGridCategoryRow AddCategory()

#Returns

Type Description
MVCxVerticalGridCategoryRow

An MVCxVerticalGridCategoryRow object that is the newly created category row.

See Also