Skip to main content

ContinueRecordDragEventArgs.EscapePressed Property

Gets whether the user pressed the ESC key.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool EscapePressed { get; }

Property Value

Type Description
Boolean

true, if the ESC key was pressed; otherwise, false.

See Also