BarGroupCollection Class
A collection of item groups on the Rich Text Editor‘s ribbon tab or toolbar.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class BarGroupCollection :
BarItemCollectionBase<IBarGroup>
Related API Members
The following members return BarGroupCollection objects:
Remarks
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.
Inheritance
See Also