Skip to main content
Bar

BarContainerControl.IsFloating Property

Gets whether the container is floating. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool IsFloating { get; }

#Property Value

Type Description
Boolean

true if the container is floating; otherwise, false.

#Remarks

To create a floating bar, set the bar's BarDockInfo.Container property to BarContainerType.Floating.

See Also