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

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.v20.1.dll

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

Declaration

public RibbonPage Page { get; protected set; }

Property Value

Type Description
RibbonPage

A RibbonPage object that owns the current page group.

See Also