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

HtmlEditorRibbonContextTabCategoryCollection.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.ASPxHtmlEditor

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

Declaration

public RibbonContextTabCategory 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
RibbonContextTabCategory

A RibbonContextTabCategory object that is the newly created context tab category.

See Also