RibbonPage.PageCategory Property
In This Article
Gets the category that owns the current page. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
To add pages to a page category, use the RibbonPageCategoryBase.Pages collection.
See Also