blazor-devexpress-dot-blazor-dot-office-97fed41c.md
A collection of item groups on the Rich Text Editor‘s ribbon tab or toolbar.
Namespace : DevExpress.Blazor.Office
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class BarGroupCollection :
BarItemCollectionBase<IBarGroup>
The following members return BarGroupCollection objects:
The Rich Text Editor can display its command bar in two ways:
Ribbon UI. The ribbon consists of multiple tabs. A tab includes groups, and a group can contain various items.
Toolbar UI. The toolbar consists of groups, and each group contains one or more items.
Use the BarGroupCollection class methods to add predefined or custom groups to the Rich Text Editor’s ribbon or toolbar.
Object BarItemCollectionBase<IBarGroup> BarGroupCollection
See Also