Skip to main content

Bar.IsFloating Property

Gets a value indicating whether the Bar is floating.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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