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

ASPxPopupControlBase.ShowMaximizeButton Property

Gets or sets a value that specifies whether a window’s maximize button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool ShowMaximizeButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the button is displayed; otherwise, false.

Remarks

For the ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is empty, the ShowMaximizeButton property is applied to the default popup window. Otherwise, the ShowMaximizeButton property specifies the visibility of the maximize button for all popup windows from the ASPxPopupControl.Windows collection. A specific window’s button visibility is controlled by the PopupWindow.ShowMaximizeButton property.

See Also