MemoEdit Class
Represents a memo edit control that allows editing memo data.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
The MemoEdit control represents an editor which allows for the display and editing of multi-line text.
You can use the MemoEdit.MemoTextWrapping property to specify whether long strings, which do not contain any return characters, are wrapped automatically at the right edge of a memo edit control. To determine whether scroll bars should be displayed in a memo editor, use the MemoEdit.MemoHorizontalScrollBarVisibility and MemoEdit.MemoVerticalScrollBarVisibility properties.
The MemoEdit.MemoAcceptsReturn property defines how a memo editor interprets ENTER key presses by the user. If a memo editor accepts returns (MemoEdit.MemoAcceptsReturn is true), inserting carriage-return/linefeed characters creates a new text line within the editor; otherwise, return key presses are processed by the form.
The editor does not support editing in masked mode, therefore TextEdit.Mask object settings are not in effect.