Skip to main content
Tab

GridHeaderFilterPopupSettings.CloseOnEscape Property

Specifies whether a header filter is closed when an end-user presses the Esc key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean CloseOnEscape { get; set; }

Property Value

Type Default Description
AutoBoolean Auto

true, to close a header filter when the Esc key is pressed; otherwise, false.

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

False

Corresponds to a Boolean value of false.

See Also