Skip to main content
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.v14.2.dll

#Declaration

[XtraSerializableProperty]
public double FloatBarWidth { get; set; }

#Property Value

Type Description
Double

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

See Also