HtmlEditorRibbonTabCollection.Add(String) Method
Adds a new tab with the specified text to the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.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 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