IRibbonTab.Groups Property
Returns a collection of tab groups.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
IEnumerable<IRibbonGroup> Groups { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IRibbonGroup> | Tab groups. |
Remarks
Use the Groups property to access Ribbon tab’s groups. You can obtain an individual group by its index.
See Also