Back to Devexpress

RibbonStatusBarControl.GetRibbonStatusBar(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonstatusbarcontrol-dot-getribbonstatusbar-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.8 KB
Original Source

RibbonStatusBarControl.GetRibbonStatusBar(DependencyObject) Method

Gets the value of the RibbonStatusBarControl.RibbonStatusBar attached property for the specified object.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public static RibbonStatusBarControl GetRibbonStatusBar(
    DependencyObject obj
)
vb
Public Shared Function GetRibbonStatusBar(
    obj As DependencyObject
) As RibbonStatusBarControl

Parameters

NameTypeDescription
objDependencyObject

A DependencyObject whose RibbonStatusBarControl.RibbonStatusBar property’s value is to be returned.

|

Returns

TypeDescription
RibbonStatusBarControl

The value of the RibbonStatusBarControl.RibbonStatusBar attached property for the specified object.

|

See Also

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace