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

RibbonPage.PageCategory Property

Gets the category that owns the current page. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public RibbonPageCategoryBase PageCategory { get; protected set; }

Property Value

Type Description
RibbonPageCategoryBase

A RibbonPageCategoryBase object that owns the current page.

Remarks

To add pages to a page category, use the RibbonPageCategoryBase.Pages collection.

See Also