Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool ShowCollapseButton { get; set; }

Property Value

Type Description
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