Skip to main content

RepositoryItemMemoEdit Class

Represents a class which stores settings specific to a MemoEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class RepositoryItemMemoEdit :
    RepositoryItemTextEdit

The following members return RepositoryItemMemoEdit objects:

Remarks

The RepositoryItemMemoEdit class provides properties, methods and events appropriate to memo edit controls (objects of the MemoEdit class). The MemoEdit.Properties property allows you to access these settings for an individual memo editor. Information contained within the RepositoryItemMemoEdit class is enough to create a fully functional MemoEdit editor.

The RepositoryItemMemoEdit class enables you to control the editor’s look and feel as a whole, its word-wrap behavior, the ability of accepting and processing enter and tab characters by the editor, availability of scroll bars within the editor, etc.

You do not need to create repository items manually unless you have to create inplace editors (for XtraGrid, for instance).

The editor does not support editing in masked mode, therefore RepositoryItemTextEdit.Mask object settings are not in effect.

Inheritance

Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
See Also