Skip to main content

Bar.IsStatusBar Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.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