Back to Devexpress

LayoutPanel.ShowCollapseButton Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-ac8aae3d.md

latest1.5 KB
Original Source

LayoutPanel.ShowCollapseButton Property

Gets or sets whether the Collapse button is displayed when the current panel is auto-hidden. This property is in effect in the In-line auto-hide mode. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Property Value

TypeDescription
Boolean

true, if the Collapse button is displayed when the current panel is auto-hidden; otherwise, false.

|

Remarks

See the LayoutPanel.ShowExpandButton property for details.

See Also

ShowExpandButton

ShowHideButton

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace