windowsforms-devexpress-dot-xtrabars-dot-barmanager-73012cbf.md
Gets or sets the status bar for the current form.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Behavior")]
public virtual Bar StatusBar { get; set; }
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Overridable Property StatusBar As Bar
| Type | Default | Description |
|---|---|---|
| Bar | null |
A Bar object representing the status bar.
|
Assign a particular bar to the StatusBar property to make it a status bar. Such a bar automatically acquires specific properties:
There can be only one status bar on the form.
See Also