MVCxRibbonContextTabCategoryCollection.Add(String) Method
Adds a new context tab category with the specified name to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the created category’s name. Initializes the RibbonContextTabCategory.Name property. |
Returns
Type | Description |
---|---|
MVCxRibbonContextTabCategory | A MVCxRibbonContextTabCategory object that is the newly created context tab category. |
See Also