RibbonControl.MergedCategories Property
In This Article
Provides access to categories that have been merged into the Ribbon Control.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual RibbonPageCategoryCollection MergedCategories { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also