Skip to main content
A newer version of this page is available. .
Tab

GridEditFormPopupSettings.Modal Property

Gets or sets whether the popup edit form is displayed in modal mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Modal { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the Edit Form is displayed in modal mode; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Modal
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.EditForm .Modal
ASPxGridViewPopupControlSettings
.EditForm .Modal
TreeListPopupControlSettings
.EditForm .Modal
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm .Modal
BootstrapGridViewPopupControlSettings
.EditForm .Modal
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.EditForm .Modal
MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm .Modal

Remarks

When the Popup Edit Form is displayed in modal mode, it retains input focus while active. The user cannot switch the focus to the page until the popup edit form is closed.

See Also