PopupWindow.Modal Property
In This Article
Gets or sets whether the popup window is modal.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
A modal popup window retains input focus while open. The user cannot switch windows until the popup window is closed.
Note
When enabling the modal mode, make sure that the ASPx
See Also