RibbonTab.Groups Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
RibbonGroupCollection | A RibbonGroupCollection object that is a collection of groups within the tab. |
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.
See Also