Bar.IsFloating Property
Gets a value indicating whether the Bar is floating.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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