Back to Devexpress

GridCustomizationWindowPopupSettings.CloseOnEscape Property

aspnet-devexpress-dot-web-dot-gridcustomizationwindowpopupsettings-bf3301db.md

latest1.7 KB
Original Source

GridCustomizationWindowPopupSettings.CloseOnEscape Property

Gets or sets a value specifying whether a customization window is closed when an end-user presses the Esc key.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean CloseOnEscape { get; set; }
vb
<DefaultValue(AutoBoolean.Auto)>
Public Property CloseOnEscape As AutoBoolean

Property Value

TypeDefaultDescription
AutoBooleanAuto

true, to close a customization window when the Esc key is pressed; otherwise, false.

|

Available values:

NameDescription
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 true.

| | False |

Corresponds to a Boolean value of false.

|

Remarks

The CloseOnEscape property specifies whether a customization window is closed when an end-user presses the Esc key.

See Also

GridCustomizationWindowPopupSettings Class

GridCustomizationWindowPopupSettings Members

DevExpress.Web Namespace