Skip to main content

MVCxRibbonGroupCollection Class

Represents a collection of groups within the Ribbon.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxRibbonGroupCollection :
    RibbonGroupCollection

The following members return MVCxRibbonGroupCollection objects:

Implements

Show 13 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IRibbonGroupCollection<RibbonGroup>
DevExpress.Web.Internal.ICovariantCollection<RibbonGroup>
DevExpress.Utils.IAssignableCollection
DevExpress.Web.Internal.IRibbonTabOwner

Inheritance

Object
StateManagedCollectionBase
Collection
Collection<RibbonGroup>
DevExpress.Web.RibbonGroupCollection<RibbonGroup>
RibbonGroupCollection
MVCxRibbonGroupCollection
See Also