Skip to main content

HtmlEditorSettings.RibbonContextTabCategories Property

Gets the collection of ribbon context tab categories.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorRibbonContextTabCategoryCollection RibbonContextTabCategories { get; }

Property Value

Type Description
MVCxHtmlEditorRibbonContextTabCategoryCollection

A MVCxHtmlEditorRibbonContextTabCategoryCollection object that is the collection of context tab categories.

Remarks

When the HtmlEditorSettings.ToolbarMode property is set to Ribbon, the HtmlEditor displays a ribbon as a toolbar. In this case, use the RibbonContextTabCategories property to access a collection of ribbon context tab categories. This collection provides the standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also