Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemMemoEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.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.

#Inheritance

Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
See Also