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

ASPxPopupControlBase.Maximized Property

Specifies whether the popup window is maximized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the window is maximized; otherwise, false.

Remarks

End users can use the maximize button to maximize and minimize a popup window. To do this in code, use the Maximized property or call the SetMaximized(value) method.

Note that you cannot maximize the popup window in modal mode.

See Also