Skip to main content
A newer version of this page is available. .

RichEditRibbonContextTabCategoryCollection Class

A collection of ribbon context tab categories in the ASPxRichEdit control.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditRibbonContextTabCategoryCollection :
    RibbonContextTabCategoryCollection

The following members return RichEditRibbonContextTabCategoryCollection objects:

Remarks

ASPxRichEdit holds ribbon context tab categories in a collection represented by an instance of the RichEditRibbonContextTabCategoryCollection class and can be accessed by the ASPxRichEdit.RibbonContextTabCategories property. The properties and methods exposed by the RichEditRibbonContextTabCategoryCollection class can be used to perform common collection operations such as adding new or deleting existing categories. Each item of the collection is represented by a RibbonContextTabCategory object. Individual categories can be accessed using indexer notation.

See Also