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.v14.2.dll
#Declaration
public static void SetRibbonStatusBar(
DependencyObject obj,
RibbonStatusBarControl value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
value | Ribbon |
The Ribbon |
See Also