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

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.v18.2.dll

Declaration

public MVCxRibbonContextTabCategory Add(
    string name
)

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