aspnet-devexpress-dot-web-4a6225d0.md
A collection of groups within the RibbonTab.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonGroupCollection :
RibbonGroupCollection<RibbonGroup>
Public Class RibbonGroupCollection
Inherits RibbonGroupCollection(Of RibbonGroup)
The following members return RibbonGroupCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<RibbonGroup> DevExpress.Web.RibbonGroupCollection<RibbonGroup> RibbonGroupCollection MVCxRibbonGroupCollection
See Also