Back to Devexpress

BarGroupCollection Class

blazor-devexpress-dot-blazor-dot-office-97fed41c.md

latest2.0 KB
Original Source

BarGroupCollection Class

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

Declaration

csharp
public class BarGroupCollection :
    BarItemCollectionBase<IBarGroup>

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.

Implements

IEnumerable<IBarGroup>

IEnumerable

Inheritance

Object BarItemCollectionBase<IBarGroup> BarGroupCollection

See Also

BarGroupCollection Members

DevExpress.Blazor.Office Namespace