ASPxClientPopupControl.GetWindowMaximized(window) Method
Returns a value indicating whether the specified window is maximized.
Declaration
GetWindowMaximized(
window: ASPxClientPopupWindow
): boolean
Parameters
Name | Type | Description |
---|---|---|
window | ASPxClientPopupWindow | An ASPxClientPopupWindow object specifying the popup window. |
Returns
Type | Description |
---|---|
boolean |
|
Remarks
End-users can maximize and recover a window using the maximize button. Use the GetWindowMaximized method to get a value indicating whether the popup window is maximized. To set the window maximize state on the client side, use the ASPxClientPopupControl.SetWindowMaximized method.
To specify the maximize state of the default popup window, use the ASPxClientPopupControlBase.GetMaximized and ASPxClientPopupControlBase.SetMaximized methods.
On the server side, the window maximize state is controlled by the PopupWindow.Maximized property.
See Also