Back to Devexpress

RibbonPage.PageCategory Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-7d9f0d03.md

latest1.3 KB
Original Source

RibbonPage.PageCategory Property

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonPageCategoryBase PageCategory { get; protected set; }
vb
Public Property PageCategory As RibbonPageCategoryBase

Property Value

TypeDescription
RibbonPageCategoryBase

A RibbonPageCategoryBase object that owns the current page.

|

Remarks

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

See Also

Pages

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace