Back to Devexpress

DxDrawer.CloseOnEscape Property

blazor-devexpress-dot-blazor-dot-dxdrawer-4a2d5369.md

latest1.2 KB
Original Source

DxDrawer.CloseOnEscape Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

DxDrawer Class

DxDrawer Members

DevExpress.Blazor Namespace