ASPxClientPopupControlBase.SetMaximized(value) Method
Maximizes a popup window.
Declaration
SetMaximized(
value: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
value | boolean |
|
Remarks
End users can use the maximize button to maximize and minimize a popup window. To do this in code, use the ASPxPopupControlBase.Maximized property or call the SetMaximized method.
Note that you cannot maximize the popup window in modal mode.
See Also