Back to Devexpress

RibbonGroupCollection Class

aspnet-devexpress-dot-web-4a6225d0.md

latest3.1 KB
Original Source

RibbonGroupCollection Class

A collection of groups within the RibbonTab.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonGroupCollection :
    RibbonGroupCollection<RibbonGroup>
vb
Public Class RibbonGroupCollection
    Inherits RibbonGroupCollection(Of RibbonGroup)

The following members return RibbonGroupCollection objects:

Remarks

Each tab within a ribbon control holds its groups within a collection which is represented by an instance of the RibbonGroupCollection class and can be accessed via the RibbonTab.Groups property. The properties and methods exposed by the RibbonGroupCollection class can be used to perform common collection operations, such as adding new or deleting existing tab groups. Each group in the collection is represented by a RibbonGroup object. Individual groups can be accessed using indexer notation.

Implements

IList

IList<RibbonGroup>

ICollection<RibbonGroup>

IEnumerable<RibbonGroup>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

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

See Also

RibbonGroupCollection Members

Ribbon

DevExpress.Web Namespace