ASPxRichEdit.RibbonContextTabCategories Property
In This Article
Gets the collection of ribbon context tab categories.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public RichEditRibbonContextTabCategoryCollection RibbonContextTabCategories { get; }
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#Remarks
When the ASPxRichEdit.RibbonMode property is not set to None, the ASPxRichEdit uses 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