Skip to main content
Bar

BarDockInfo.ShowCloseButtonInFloatBar Property

Gets whether a close ('x') button is displayed within a bar, when it's floating. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public bool ShowCloseButtonInFloatBar { get; }

#Property Value

Type Description
Boolean

true if a close ('x') button is displayed within a bar, when it's floating; otherwise, false.

#Remarks

To prevent a bar from being closed by an end-user, set the Bar.IsAllowHide property to false.

See Also