LayoutPanel.ShowCollapseButton Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#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