ASPxHtmlEditor.RibbonContextTabCategories Property
In This Article
Gets the collection of ribbon context tab categories.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorRibbonContextTabCategoryCollection RibbonContextTabCategories { get; }
#Property Value
Type | Description |
---|---|
Html |
A Html |
#Remarks
When the ASPxHtmlEditor.ToolbarMode property is set to Ribbon, the ASPxHtmlEditor displays a ribbon as a toolbar. In this case, use the RibbonContextTabCategories property to access a collection of ribbon context tab categories. This collection provides the standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.
See Also