Back to Devexpress

RibbonPageGroup.Page Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-07aa9f56.md

latest1.2 KB
Original Source

RibbonPageGroup.Page Property

Gets the Ribbon Page that owns the current page group. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonPage Page { get; protected set; }
vb
Public Property Page As RibbonPage

Property Value

TypeDescription
RibbonPage

A RibbonPage object that owns the current page group.

|

See Also

Groups

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace