RibbonPage.GetRibbonPage(DependencyObject) Method
In This Article
Get the value of the RibbonPage.RibbonPage attached property to a specified RibbonPage.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public static RibbonPage GetRibbonPage(
DependencyObject obj
)
#Parameters
Name | Type |
---|---|
obj | Dependency |
#Returns
Type |
---|
Ribbon |
See Also