Skip to main content
Bar

BarDockInfo.ShowHeaderInFloatBar Property

Gets or sets whether to display a title for a bar when it's floating. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public bool ShowHeaderInFloatBar { get; set; }

#Property Value

Type Description
Boolean

true to display a title for a bar when it's floating; otherwise, false.

#Remarks

When a bar is floating, a title is displayed that allows an end-user to drag the bar. If the ShowHeaderInFloatBar property is set to false, the bar cannot be dragged by the user.

See Also