Back to Devexpress

TextEditAdvancedModeOptions Properties

windowsforms-devexpress-dot-xtraeditors-dot-texteditadvancedmodeoptions-dot-underscore-properties.md

latest4.8 KB
Original Source

TextEditAdvancedModeOptions Properties

Exposes settings that toggle individual features of the TextEdit Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

NameDescription
AllowCaretAnimationGets or sets whether an editor should use updated caret animations when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
AllowSelectionAnimationGets or sets whether an editor should use updated selection animations when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
AutoCompleteCustomSourceGets or sets a custom collection of autocomplete suggestions. This property is in effect in advanced mode when the AutoCompleteSource option is set to CustomSource.
AutoCompleteModeGets or sets text autocompletion mode. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
AutoCompleteSourceGets or sets the source of auto-complete suggestions. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
LabelGets or sets the caption of the embedded editor label. TextEdit-based editors can have embedded labels only when in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.
LabelAppearanceGets the appearance settings of the embedded caption. This property is in effect if the UseAdvancedMode property is enabled.
SelectionColorGets or sets the selection color. This property is in effect if the UseAdvancedMode property is enabled.
ShiftedLabelAppearanceGets the appearance settings of the embedded caption. This property is in effect if the UseAdvancedMode property is enabled.
ShortcutsEnabledGets or sets whether to enable keyboard shortcuts for the editor. This property is in effect if the RepositoryItemTextEdit.UseAdvancedMode option is enabled.
UseDirectXPaintGets or sets whether an editor uses the DirectX Hardware Acceleration. DirectX is required to support some of the unique editor features available when this editor is in Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

See Also

TextEditAdvancedModeOptions Class

TextEditAdvancedModeOptions Members

DevExpress.XtraEditors Namespace