Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

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