windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-b062f1f7.md
Gets or sets the RibbonStatusBar object linked with the current Ribbon Control.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(null)]
public RibbonStatusBar StatusBar { get; set; }
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property StatusBar As RibbonStatusBar
| Type | Default | Description |
|---|---|---|
| RibbonStatusBar | null |
A RibbonStatusBar object linked with the Ribbon Control.
|
You can use the StatusBar property to access a RibbonStatusBar object associated with a Ribbon Control. To get the counterpart Ribbon Control, see the RibbonStatusBar.Ribbon property.
When a RibbonControl and RibbonStatusBar objects are added to a form at design time, the StatusBar and RibbonStatusBar.Ribbon properties are set automatically, to refer to the status bar and Ribbon Control respectively. At runtime, these properties must be assigned manually.
See Also