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

BarDockInfo.FloatBarWidth Property

Gets or sets the bar’s width when it’s in the floating state. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double FloatBarWidth { get; set; }

Property Value

Type Description
Double

The bar’s width when it’s in the floating state.

See Also