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

RibbonSettings.ContextTabCategories Property

Gets the collection of context tab categories.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxRibbonContextTabCategoryCollection ContextTabCategories { get; }

Property Value

Type Description
MVCxRibbonContextTabCategoryCollection

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

Remarks

The ContextTabCategories property provides access to a collection that contains context tab categories of the current ribbon control. 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