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

LayoutPanel.ShowMinimizeButton Property

Gets or sets whether the minimize button is shown in the LayoutPanel. This property is supported for floating panels. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool ShowMinimizeButton { get; set; }

Property Value

Type Description
Boolean

true, if the minimize button is shown; otherwise, false.

Remarks

If the BaseLayoutItem.AllowMinimize property value is set to false, the minimize button is not displayed, even if the ShowMinimizeButton property value is set to true.

See Also