Back to Devexpress

LayoutPanel.ShowRestoreButton Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-72f779eb.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool ShowRestoreButton { get; set; }
vb
Public Property ShowRestoreButton As Boolean

Property Value

TypeDescription
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

ShowMaximizeButton

AllowMaximize

ShowMinimizeButton

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace