Back to Devexpress

RichEditControl.AcceptsEscape Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-3892b617.md

latest1.3 KB
Original Source

RichEditControl.AcceptsEscape Property

Gets or sets a value indicating whether pressing the ESC key is processed by the RichEditControl.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AcceptsEscape { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AcceptsEscape As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the input ESC key is processed by the RichEditControl , otherwise false.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace