Back to Devexpress

RibbonControl.MergedCategories Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-73b7dea3.md

latest1.8 KB
Original Source

RibbonControl.MergedCategories Property

Provides access to categories that have been merged into the Ribbon Control.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual RibbonPageCategoryCollection MergedCategories { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property MergedCategories As RibbonPageCategoryCollection

Property Value

TypeDescription
RibbonPageCategoryCollection

A RibbonPageCategoryCollection object containing page categories that have been merged into the Ribbon Control.

|

See Also

MergedRibbon

Categories

Ribbon Merging

Categories and Contextual Tabs

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace