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

HtmlEditorRibbonContextTabCategoryCollection.CreateDefaultRibbonContextTabCategories() Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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.

Online Demo

Ribbon Context Tabs

See Also