Skip to main content
A newer version of this page is available. .

Bar.IsStatusBar Property

Gets a value indicating whether the bar is a status bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsStatusBar { get; }

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