ASPxGridViewEditingSettings.PopupEditFormModal Property
OBSOLETE
Use the Settings
Gets or sets whether the Popup Edit Form is displayed as a modal dialog.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(false)]
[Obsolete("Use the SettingsPopup.EditForm.Modal property instead.")]
public bool PopupEditFormModal { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Popup |
---|---|
ASPx |
|
Grid |
|
#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.