RibbonPageCategoryCollection.Ribbon Property
In This Article
Gets the RibbonControl which owns the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public RibbonControl Ribbon { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
The Ribbon |
#Remarks
Use the RibbonControl.PageCategories property to access the Ribbon page categories displayed by the RibbonControl.
See Also