Skip to main content
A newer version of this page is available. .

RibbonControl.MergedCategories Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public virtual RibbonPageCategoryCollection MergedCategories { get; }

Property Value

Type Description
RibbonPageCategoryCollection

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

See Also