GridEditFormPopupSettings.Modal Property
Gets or sets whether the popup edit form is displayed in modal mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
When the Popup Edit Form is displayed in modal mode, it retains input focus while active. The user cannot switch focus to the page until the popup edit form is closed.
See Also