BaseLayoutItem.IsCloseButtonVisible Property
Gets whether the Close (‘x’) button is visible for the current item. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the Close (‘x’) button is visible for the current item; otherwise, false. |
Remarks
See the BaseLayoutItem.ShowCloseButton topic to learn more.
See Also