MVCxVerticalGridRowCollection.AddCategory Method
Name | Parameters | Description |
---|---|---|
AddCategory() | none | Creates a new category row and adds it to the collection. |
AddCategory(Action<MVCxVerticalGridCategoryRow>) | 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. |