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

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

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

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