windowsforms-devexpress-dot-xtraeditors-dot-repository.md
Represents a repository item which contains settings specific to TextEdit editors.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXLicenseWinFormsEditors]
public class RepositoryItemTextEdit :
RepositoryItem
<DXLicenseWinFormsEditors>
Public Class RepositoryItemTextEdit
Inherits RepositoryItem
The following members return RepositoryItemTextEdit objects:
The RepositoryItemTextEdit class provides properties and events used by all editors that allow text editing. Thus, many editor repository items are derived from the RepositoryItemTextEdit class. This class is actually used to provide settings to TextEdit editors and these settings can be accessed via the editor’s TextEdit.Properties property.
The main settings provided by the RepositoryItemTextEdit class include:
Note that most text editing operations such as applying text selections, working with the Clipboard, etc are implemented by the editor class itself.
You should create repository items as standalone objects only to provide inplace editors for container controls (such as the XtraGrid).
Show 41 items
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit
RepositoryItemPopupBaseAutoSearchEdit
RepositoryItemPopupContainerEdit
RepositoryItemPopupGalleryEdit
RepositoryItemDateTimeOffsetEdit
RepositoryItemGridLookUpEditBase
RepositoryItemCheckedComboBoxEdit
RepositoryItemSearchLookUpEdit
RepositoryItemTreeListLookUpEdit
See Also