Skip to main content

HtmlEditorRibbonContextTabCategoryCollection.CreateDefaultRibbonContextTabCategories() Method

Creates default context tab categories in the ASPxHtmlEditor‘s ribbon.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public void CreateDefaultRibbonContextTabCategories()

Remarks

When the ASPxHtmlEditor.ToolbarMode property is set to Ribbon, ASPxHtmlEditor displays a ribbon toolbar. Use the CreateDefaultRibbonContextTabCategories method to manually populate the toolbar with the default Layout context tab category that contains table-related commands and is displayed when a selection is in a table.

Run Demo: Ribbon Context Tabs

See Also