RichEditRibbonContextTabCategoryCollection.CreateDefaultRibbonContextTabCategories() Method
Creates default context tab categories in the ASPxRichEdit’s ribbon.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
Declaration
Remarks
When the ASPxRichEdit.RibbonMode property is not set to None, ASPxRichEdit uses a ribbon as a toolbar. Use the CreateDefaultRibbonContextTabCategories method to manually populate the toolbar with the default context tab categories that contain table-related commands and are displayed when a selection is in a table.
See Also