Back to Devexpress

MVCxRibbonContextTabCategoryCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-11d36d59.md

latest4.0 KB
Original Source

MVCxRibbonContextTabCategoryCollection Class

A collection of context tab categories in the Ribbon extension.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxRibbonContextTabCategoryCollection :
    RibbonContextTabCategoryCollection
vb
Public Class MVCxRibbonContextTabCategoryCollection
    Inherits 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.

Online Demo

Ribbon - Context Tabs

Implements

Show 13 items

IList

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

IList<RibbonContextTabCategory>

ICollection<RibbonContextTabCategory>

DevExpress.Web.Internal.IRibbonContextTabCategoryCollection<RibbonContextTabCategory>

DevExpress.Web.Internal.ICovariantCollection<RibbonContextTabCategory>

IEnumerable<RibbonContextTabCategory>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

DevExpress.Web.IRibbonOwner

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonContextTabCategory> RibbonContextTabCategoryCollection<RibbonContextTabCategory> RibbonContextTabCategoryCollection MVCxRibbonContextTabCategoryCollection

See Also

MVCxRibbonContextTabCategoryCollection Members

Ribbon

DevExpress.Web.Mvc Namespace