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

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

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

Declaration

public bool ShowRestoreButton { get; set; }

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