Skip to main content

MVCxHtmlEditorRibbonTabCollection.Add(String) Method

Adds a new tab with the specified text to the MVCxHtmlEditorRibbonTabCollection collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxRibbonTab Add(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the Ribbon tab’s text.

Returns

Type Description
MVCxRibbonTab

An MVCxRibbonTab object that is the newly created tab.

See Also