Back to Devexpress

RibbonTabCollection Class

blazor-devexpress-dot-blazor-dot-office-5a40f0ca.md

latest1.7 KB
Original Source

RibbonTabCollection Class

A tab collection for the Rich Text Editor‘s ribbon.

Namespace : DevExpress.Blazor.Office

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class RibbonTabCollection :
    BarItemCollectionBase<IRibbonTab>

The following members return RibbonTabCollection objects:

Remarks

The Rich Text Editor can display its command bar as a ribbon. The ribbon consists of multiple tabs. A tab includes groups, and a group can contain various items.

Use the RibbonTabCollection class methods to add the predefined or custom tabs to the ribbon.

Implements

IEnumerable<IRibbonTab>

IEnumerable

Inheritance

Object BarItemCollectionBase<IRibbonTab> RibbonTabCollection

See Also

RibbonTabCollection Members

DevExpress.Blazor.Office Namespace