Back to Devexpress

RichEditControl.AcceptsReturn Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-f4faff16.md

latest1.3 KB
Original Source

RichEditControl.AcceptsReturn Property

Gets or sets a value indicating whether pressing the RETURN 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 AcceptsReturn { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AcceptsReturn As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace