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

MVCxRibbonContextTabCategoryCollection Class

A collection of context tab categories in the Ribbon extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class MVCxRibbonContextTabCategoryCollection :
    RibbonContextTabCategoryCollection

The following members return MVCxRibbonContextTabCategoryCollection objects:

Remarks

The Ribbon extension holds its context tab categories in a collection represented by an instance of the MVCxRibbonContextTabCategoryCollection class and can be accessed by the RibbonSettings.ContextTabCategories property. The properties and methods exposed by the MVCxRibbonContextTabCategoryCollection class can be used to perform common collection operations such as adding new or deleting existing categories. Each item of the collection is represented by a MVCxRibbonContextTabCategory object. Individual categories can be accessed using indexer notation.

ASPxRibbon_ContextTabCategories

Online Demo

Ribbon - Context Tabs

See Also