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

LayoutPanel.IsPinButtonVisible Property

Gets whether the Pin button is visible.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool IsPinButtonVisible { get; }

Property Value

Type Description
Boolean

true if the Pin button is visible; otherwise, false.

Remarks

Use the LayoutPanel.ShowPinButton property to hide the Pin button.

See Also