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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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