Skip to main content
A newer version of this page is available. .

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

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