TreeListSettingsPopupEditForm.CloseOnEscape Property
Gets or sets a value specifying whether a popup edit form is closed when an end-user presses the ESC key.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| AutoBoolean | Auto |
|
Available values:
| Name | Description |
|---|---|
| Auto | The value is determined automatically, based on the type of the end-user’s device: touch or non-touch. |
| True | Corresponds to a Boolean value of |
| False | Corresponds to a Boolean value of |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to CloseOnEscape |
|---|---|
| TreeListPopupControlSettings |
|
Remarks
The CloseOnEscape property specifies whether a popup edit form is closed when an end-user presses the ESC key.
See Also