PopupControlSettings.Modal Property
Gets or sets whether the default popup window is modal.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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 PopupControlSettings.CloseAction property is set properly. It’s necessary to set the PopupControlSettings.CloseAction property to the CloseAction.CloseButton value, to prevent the popup window from being closed by a click outside the popup, (which is the closing action set by default).
See Also