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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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