PopupWindow.Maximized Property
Specifies whether the popup window is maximized.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
End users can use the maximize button to maximize and minimize a popup window. To do this in code, use the Maximized property or call the SetMaximized(value) method.
Note that you cannot maximize the popup window in modal mode.
See Also