Skip to main content

RichEditRibbonContextTabCategoryCollection.CreateDefaultRibbonContextTabCategories() Method

Creates default context tab categories in the ASPxRichEdit’s ribbon.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public void CreateDefaultRibbonContextTabCategories()

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