Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsCloseButtonVisible { get; }

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