Back to Devexpress

MVCxRibbonGroupCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-5299b3fd.md

latest2.7 KB
Original Source

MVCxRibbonGroupCollection Class

Represents a collection of groups within the Ribbon.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxRibbonGroupCollection :
    RibbonGroupCollection
vb
Public Class MVCxRibbonGroupCollection
    Inherits RibbonGroupCollection

The following members return MVCxRibbonGroupCollection objects:

Implements

Show 13 items

IList

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

IList<RibbonGroup>

ICollection<RibbonGroup>

DevExpress.Web.Internal.IRibbonGroupCollection<RibbonGroup>

DevExpress.Web.Internal.ICovariantCollection<RibbonGroup>

IEnumerable<RibbonGroup>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

DevExpress.Web.Internal.IRibbonTabOwner

Inheritance

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

See Also

MVCxRibbonGroupCollection Members

Ribbon

DevExpress.Web.Mvc Namespace