PopupControlSettings.Modal Property
In This Article
Gets or sets whether the default popup window is modal.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the default popup window is modal; otherwise, 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 Popup
See Also