ASPxClientPopupControlBase.SetMaximized(value) Method
In This Article
Maximizes a popup window.
#Declaration
TypeScript
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