Skip to main content

HtmlEditorRibbonTabCollection.Add(String) Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public RibbonTab Add(
    string text
)

Parameters

Name Type Description
text String

A String value that specifies the created tab’s display text. Initializes the tab’s RibbonTab.Text property.

Returns

Type Description
RibbonTab

An RibbonTab object that is the newly created tab.

Remarks

Use the Add method to add a new tab with the specified text to the HtmlEditorRibbonTabCollection object.

See Also