Skip to main content
A newer version of this page is available. .
Tab

RibbonGroupCollection Class

A collection of groups within the RibbonTab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class RibbonGroupCollection :
    RibbonGroupCollection<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.

Inheritance

See Also