Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormModal Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-e2f8afd9.md

latest2.1 KB
Original Source

ASPxGridViewEditingSettings.PopupEditFormModal Property

OBSOLETE

Use the SettingsPopup.EditForm.Modal property instead.

Gets or sets whether the Popup Edit Form is displayed as a modal dialog.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
[Obsolete("Use the SettingsPopup.EditForm.Modal property instead.")]
public bool PopupEditFormModal { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.Modal property instead.")>
<DefaultValue(False)>
Public Property PopupEditFormModal As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the Popup Edit Form as a modal dialog; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormModal
ASPxGridView

.SettingsEditing .PopupEditFormModal

| | GridViewProperties |

.SettingsEditing .PopupEditFormModal

|

Remarks

When the Popup Edit Form is displayed as a modal dialog, it must be closed before you can continue working with the rest of the application.

See Also

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace