Skip to main content

LayoutPanel.ShowMaximizeButton Property

Gets or sets whether the maximize button is shown 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 ShowMaximizeButton { get; set; }

Property Value

Type Description
Boolean

true, if the maximize button is displayed; otherwise, false.

Remarks

If the BaseLayoutItem.AllowMaximize property value is set to false, the maximize button is not displayed, even if the ShowMaximizeButton property value is set to true.

See Also