Skip to main content

PopupControlSettingsBase.Maximized Property

Gets or sets a value that specifies whether the window (dock panel) is maximized.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool Maximized { get; set; }

Property Value

Type Description
Boolean

true, if the window is maximized; otherwise, false.

Remarks

End-users can maximize and recover a window (dock panel) using the maximize button (dock panel maximize button). Use the Maximized property to specify whether the default popup window (dock panel) is maximized.

To specify the maximized state of the particular popup window, use the PopupWindow.Maximized property.

On the client side, you can control the window’s maximized state using the ASPxClientPopupControlBase.GetMaximized and ASPxClientPopupControlBase.SetMaximized methods.

See Also