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:
- maximum allowed text length (the MaxLength property);
- character casing applied to the edited text (the CharacterCasing property);
- password character displayed instead of actual characters (the PasswordChar property);
- mask settings applied to the editor (the Mask property).
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).
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
RepositoryItem
RepositoryItemTextEdit
DevExpress.XtraEditors.RecentlyUsedItemsComboBox
DevExpress.XtraScheduler.UI.RepositoryItemAppointmentLabel
DevExpress.XtraScheduler.UI.RepositoryItemAppointmentResource
DevExpress.XtraScheduler.UI.RepositoryItemAppointmentStatus
RepositoryItemBaseSpinEdit
RepositoryItemBlobBaseEdit
RepositoryItemBreadCrumbEdit
RepositoryItemButtonEdit
RepositoryItemCalcEdit
RepositoryItemCheckedComboBoxEdit
RepositoryItemColorEdit
RepositoryItemColorPickEdit
RepositoryItemComboBox
RepositoryItemDateEdit
DevExpress.XtraScheduler.UI.RepositoryItemDayOfWeek
DevExpress.XtraScheduler.UI.RepositoryItemDuration
RepositoryItemFontEdit
RepositoryItemGridLookUpEdit
RepositoryItemGridLookUpEditBase
RepositoryItemHyperLinkEdit
RepositoryItemHypertextLabel
RepositoryItemImageComboBox
DevExpress.XtraEditors.Repository.RepositoryItemImageComboBoxCore
RepositoryItemImageEdit
RepositoryItemLookUpEdit
RepositoryItemLookUpEditBase
RepositoryItemMemoEdit
RepositoryItemMemoExEdit
DevExpress.XtraScheduler.UI.RepositoryItemMonth
RepositoryItemMRUEdit
DevExpress.XtraSpreadsheet.RepositoryItemNameBox
RepositoryItemPageNumberEdit
RepositoryItemPickImage
RepositoryItemPopupBase
RepositoryItemPopupBaseAutoSearchEdit
RepositoryItemPopupContainerEdit
RepositoryItemPopupGalleryEdit
DevExpress.XtraScheduler.UI.RepositoryItemRegisterAppointmentDependencyType
DevExpress.XtraScheduler.UI.RepositoryItemResourcesComboBox
RepositoryItemSearchControl
RepositoryItemSearchLookUpEdit
RepositoryItemSpinEdit
RepositoryItemTimeEdit
RepositoryItemTimeSpanEdit
DevExpress.XtraScheduler.UI.RepositoryItemTimeZone
RepositoryItemTreeListLookUpEdit
DevExpress.XtraScheduler.UI.RepositoryItemWeekOfMonth
DevExpress.XtraScheduler.UI.StorageBindedRepositoryItemImageComboBox