RibbonTab.Groups Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonGroupCollection Groups { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Groups property is used to provide access to the collection of groups within the current ribbon tab. The collection is represented by an instance of the RibbonGroupCollection class and allows individual groups (which are instances of the RibbonGroup class) to be added, deleted and accessed using an indexer notation.