RibbonPageGroup.Page Property
In This Article
Gets the Ribbon Page that owns the current page group. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public RibbonPage Page { get; protected set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also