Skip to main content
A newer version of this page is available. .

MemoExEdit() Constructor

Initializes a new MemoExEdit class instance with default settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public MemoExEdit()

Remarks

Use this constructor to create a new instance of the MemoExEdit control at runtime. The constructor initializes the extended memo editor with default settings.

To create an extended memo editor for in-place editing (for use in the Grid Control or other DevExpress container controls) you should create a corresponding repository item (RepositoryItemMemoExEdit) and assign it to a column.

See Also