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

MVCxVerticalGridRowCollection.AddCategory() Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridCategoryRow AddCategory()

Returns

Type Description
MVCxVerticalGridCategoryRow

An MVCxVerticalGridCategoryRow object that is the newly created category row.

See Also