Back to Devexpress

LayoutPanel.ShowPinButton Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-9a4aca17.md

latest1.4 KB
Original Source

LayoutPanel.ShowPinButton Property

Gets or sets whether the Pin button is visible.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool ShowPinButton { get; set; }
vb
Public Property ShowPinButton As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The Pin button allows an end-user to enable the auto-hide mode for a Layout Panel:

See Auto-Hide Groups to learn more.

See Also

IsPinButtonVisible

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace