HtmlEditorRibbonTabCollection.Add(String) Method
In This Article
Adds a new tab with the specified text to the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the created tab’s display text. Initializes the tab’s Ribbon |
#Returns
Type | Description |
---|---|
Ribbon |
An Ribbon |
#Remarks
Use the Add method to add a new tab with the specified text to the HtmlEditorRibbonTabCollection object.
See Also