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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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