DxDrawer.CloseOnEscape Property
Specifies whether the drawer panel should be closed when a user presses Escape.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(true)]
[Parameter]
public bool CloseOnEscape { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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