Skip to main content
A newer version of this page is available. .
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.v19.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