RibbonStatusBarControl.SetRibbonStatusBar(DependencyObject, RibbonStatusBarControl) Method
In This Article
Sets the value of the RibbonStatusBarControl.RibbonStatusBar attached property for the specified object.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public static void SetRibbonStatusBar(
DependencyObject obj,
RibbonStatusBarControl value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
value | Ribbon |
The Ribbon |
See Also