Skip to main content
A newer version of this page is available. .
All docs
V21.1

RibbonPage.GetRibbonPage(DependencyObject) Method

Get the value of the RibbonPage.RibbonPage attached property to a specified RibbonPage.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v21.1.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public static RibbonPage GetRibbonPage(
    DependencyObject obj
)

Parameters

Name Type
obj DependencyObject

Returns

Type
RibbonPage
See Also