Skip to main content

TreeListSettingsPopupEditForm.Modal Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

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 Type Path to Modal
TreeListPopupControlSettings
.EditForm .Modal

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