RibbonStatusBarControl.RibbonStatusBar Attached Property
Gets or sets a RibbonStatusBarControl object to which a child element belongs. This is an attached property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
See GetRibbonStatusBar(DependencyObject) and SetRibbonStatusBar(DependencyObject, RibbonStatusBarControl).
Returns
Type | Description |
---|---|
RibbonStatusBarControl | A RibbonStatusBarControl object. |
See Also