Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxDrawer.CloseOnEscape Property

Specifies whether the drawer panel should be closed when a user presses Escape.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
[DefaultValue(true)]
[Parameter]
public bool CloseOnEscape { get; set; }

#Property Value

Type Default Description
Boolean true

true to close the drawer panel when a user presses Escape; otherwise; false

#Remarks

When the Mode propety is set to Overlap and the ApplyBackgroundShading property is set to true, keyboard navigation is looped inside a drawer panel. Users can press Escape to close the panel.

Set the CloseOnEscape property to false to not close the drawer panel in response to the Escape keystroke.

See Also