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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the restore button is displayed; otherwise, false. |
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