Skip to main content
Tab

ASPxPopupControlBase.Maximized Property

Specifies whether the popup window is maximized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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