RibbonGroupCollection Class
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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
DevExpress.Utils.IAssignableCollection
Inheritance
Object
StateManagedCollectionBase
Collection
See Also