Bar.IsStatusBar Property
Gets a value indicating whether the bar is a status bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the bar is a status bar, otherwise false. |
Remarks
To use a bar as a status bar, assign it to the BarManager.StatusBar property.
See Also