Back to Devexpress

Bar.IsFloating Property

windowsforms-devexpress-dot-xtrabars-dot-bar-66bf34ec.md

latest1.2 KB
Original Source

Bar.IsFloating Property

Gets a value indicating whether the Bar is floating.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsFloating { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsFloating As Boolean

Property Value

TypeDescription
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

Bar Class

Bar Members

DevExpress.XtraBars Namespace