Back to Devexpress

RepositoryItemTextEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository.md

latest6.9 KB
Original Source

RepositoryItemTextEdit Class

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

Declaration

csharp
[DXLicenseWinFormsEditors]
public class RepositoryItemTextEdit :
    RepositoryItem
vb
<DXLicenseWinFormsEditors>
Public Class RepositoryItemTextEdit
    Inherits RepositoryItem

The following members return RepositoryItemTextEdit objects:

Remarks

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).

Inheritance

Show 41 items

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit

RepositoryItemMemoEdit

RepositoryItemPageNumberEdit

RepositoryItemBreadCrumbEdit

RepositoryItemPopupBase

RepositoryItemPopupBaseAutoSearchEdit

RepositoryItemPopupContainerEdit

RepositoryItemPopupGalleryEdit

RepositoryItemDateTimeOffsetEdit

RepositoryItemSearchControl

RepositoryItemFontEdit

RepositoryItemGridLookUpEdit

RepositoryItemGridLookUpEditBase

RepositoryItemHyperLinkEdit

RepositoryItemHypertextLabel

RepositoryItemImageComboBox

RepositoryItemImageEdit

RepositoryItemLookUpEdit

RepositoryItemLookUpEditBase

RepositoryItemMemoExEdit

RepositoryItemMRUEdit

RepositoryItemPickImage

RepositoryItemBaseSpinEdit

RepositoryItemBlobBaseEdit

RepositoryItemCalcEdit

RepositoryItemCheckedComboBoxEdit

RepositoryItemColorEdit

RepositoryItemColorPickEdit

RepositoryItemComboBox

RepositoryItemDateEdit

RepositoryItemSearchLookUpEdit

RepositoryItemSpinEdit

RepositoryItemTimeEdit

RepositoryItemTimeSpanEdit

RepositoryItemTreeListLookUpEdit

See Also

RepositoryItemTextEdit Members

TextEdit

Properties

DevExpress.XtraEditors.Repository Namespace