Skip to main content

MVCxVerticalGridRowCollection<ColumnType>.AddCategory Method

Name Parameters Description
AddCategory() none Creates a new category row and adds it to the collection.
AddCategory(Action<MVCxVerticalGridCategoryRow<ColumnType>>) method Adds a new category row to the collection and allows you to customize this row in a delegate method implementation.
AddCategory(String) caption Creates a new category row with the specified caption and adds it to the collection.
AddCategory<ValueType>(Expression<Func<ColumnType, ValueType>>, Action<MVCxVerticalGridCategoryRow<ColumnType>>) expression, method Adds a new category row to the collection and allows you to bind this row to a model field via a lambda expression and to customize this row in a delegate method implementation.
AddCategory<ValueType>(Expression<Func<ColumnType, ValueType>>) expression Adds a new category row to the collection and allows you to bind this row to the specified model field.