Back to Devexpress

RibbonStatusBarControl.SetRibbonStatusBar(DependencyObject, RibbonStatusBarControl) Method

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

latest2.0 KB
Original Source

RibbonStatusBarControl.SetRibbonStatusBar(DependencyObject, RibbonStatusBarControl) Method

Sets 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 void SetRibbonStatusBar(
    DependencyObject obj,
    RibbonStatusBarControl value
)
vb
Public Shared Sub SetRibbonStatusBar(
    obj As DependencyObject,
    value As RibbonStatusBarControl
)

Parameters

NameTypeDescription
objDependencyObject

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

| | value | RibbonStatusBarControl |

The RibbonStatusBarControl class object set as the RibbonStatusBarControl.RibbonStatusBar attached property value.

|

See Also

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace