Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public static void SetRibbonStatusBar(
    DependencyObject obj,
    RibbonStatusBarControl value
)

Parameters

Name Type Description
obj DependencyObject

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