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

Bar.IsFloating Property

Gets a value indicating whether the Bar is floating.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the Bar is floating; otherwise, false.

Remarks

If the Bar is not floating, it is docked based on the Bar.DockStyle property value .

See Also