LayoutPanel.ShowRestoreButton Property
Gets of sets whether the restore button is displayed within the LayoutPanel. This property is supported for floating panels.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The restore button is displayed when a floating panel is maximized. The panel can be maximized if the BaseLayoutItem.AllowMaximize property is enabled.
See Also