A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.RibbonTabs Property
Provides access to the collection of Ribbon tabs.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
public HtmlEditorRibbonTabCollection RibbonTabs { get; }
Public ReadOnly Property RibbonTabs As HtmlEditorRibbonTabCollection
Property Value
Type | Description |
---|---|
HtmlEditorRibbonTabCollection | A HtmlEditorRibbonTabCollection object that is the collection of the Ribbon's tabs. |
Remarks
When the ASPxHtmlEditor.ToolbarMode property is set to Ribbon, the ASPxHtmlEditor displays a Ribbon as a toolbar. In this case, use the RibbonTabs property to access a collection of Ribbon tabs. This collection provides standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.
See Also
Feedback