Skip to main content

MVCxRibbonTabCollection Class

Represents a collection of tabs within the Ribbon.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxRibbonTabCollection :
    RibbonTabCollection

The following members return MVCxRibbonTabCollection objects:

Implements

Show 14 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.IRibbonOwner
DevExpress.Web.Internal.IContextTabCategoryOwner
DevExpress.Web.Internal.IRibbonTabCollection<RibbonTab>
DevExpress.Web.Internal.ICovariantCollection<RibbonTab>
DevExpress.Utils.IAssignableCollection

Inheritance

Object
StateManagedCollectionBase
Collection
Collection<RibbonTab>
DevExpress.Web.RibbonTabCollection<RibbonTab>
RibbonTabCollection
MVCxRibbonTabCollection
See Also