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

ASPxClientPopupControlBase.GetMaximized Method

Returns a value indicating whether the window is maximized.

Declaration

GetMaximized(): boolean

Returns

Type Description
boolean

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

Remarks

End-users can maximize and recover a window using the maximize button. Use the GetMaximized method to get a value indicating whether the default popup window is maximized. To set the window maximize state on the client side, use the ASPxClientPopupControlBase.SetMaximized method.

To specify the maximized state of the particular popup window, use the ASPxClientPopupControl.GetWindowMaximized and ASPxClientPopupControl.SetWindowMaximized methods.

On the server side, the window maximized state is controlled by the ASPxPopupControlBase.Maximized property.

See Also