Skip to main content

TextEdit Fields

Represents a text editor with embedded buttons.
Name Description
AcceptsReturnProperty static Identifies the TextEdit.AcceptsReturn dependency property.
ActualEditTemplateProperty static Identifies the BaseEdit.ActualEditTemplate dependency property. Inherited from BaseEdit.
AllowNullInputProperty static Identifies the TextEdit.AllowNullInput dependency property.
AllowSpinOnMouseWheelProperty static Identifies the TextEdit.AllowSpinOnMouseWheel dependency property.
ButtonsProperty static Identifies the TextEdit.Buttons dependency property.
ButtonsTemplateProperty static Identifies the TextEdit.ButtonsTemplate dependency property.
CausesValidationProperty static Identifies the BaseEdit.CausesValidation dependency property. Inherited from BaseEdit.
DisplayFormatStringProperty static Identifies the BaseEdit.DisplayFormatString dependency property. Inherited from BaseEdit.
DisplayTextConverterProperty static Identifies the BaseEdit.DisplayTextConverter dependency property. Inherited from BaseEdit.
DisplayTextProperty static Identifies the BaseEdit.DisplayText dependency property. Inherited from BaseEdit.
EditCoreIsTabStopProperty static Identifies the TextEdit.EditCoreIsTabStop dependency property.
EditNonEditableTemplateProperty static Identifies the TextEdit.EditNonEditableTemplate dependency property.
EditTemplateProperty static Identifies the BaseEdit.EditTemplate dependency property. Inherited from BaseEdit.
EditValueConverterProperty static Identifies the BaseEdit.EditValueConverter dependency property. Inherited from BaseEdit.
EditValueProperty static Identifies the BaseEdit.EditValue dependency property. Inherited from BaseEdit.
EditValueTypeProperty static Identifies the BaseEdit.EditValueType dependency property. Inherited from BaseEdit.
HasValidationErrorProperty static Identifies the BaseEdit.HasValidationError dependency property. Inherited from BaseEdit.
HeaderProperty static
HeaderTemplateProperty static
InputScopeProperty static Identifies the TextEdit.InputScope dependency property.
IsInLayoutControlProperty static Identifies the BaseEdit.IsInLayoutControl dependency property. Inherited from BaseEdit.
IsReadOnlyProperty static Identifies the BaseEdit.IsReadOnly dependency property. Inherited from BaseEdit.
IsSpellCheckEnabledProperty static
IsTextEditableProperty static Identifies the TextEdit.IsTextEditable dependency property.
IsTextPredictionEnabledProperty static Identifies the TextEdit.IsTextPredictionEnabled dependency property.
MaxLengthProperty static Identifies the TextEdit.MaxLength dependency property.
NullTextForegroundProperty static Identifies the TextEdit.NullTextForeground dependency property.
NullTextProperty static Identifies the TextEdit.NullText dependency property.
NullValueProperty static Identifies the TextEdit.NullValue dependency property.
OwnerEditProperty static Identifies the DevExpress.UI.Xaml.Editors.BaseEdit.OwnerEdit attached property. Inherited from BaseEdit.
PopupSettingsProperty static Identifies the TextEdit.PopupSettings dependency property.
SelectionHighlightBrushProperty static Identifies the TextEdit.SelectionHighlightBrush dependency property.
ShowDefaultButtonsProperty static Identifies the TextEdit.ShowDefaultButtons dependency property.
ShowErrorToolTipProperty static Identifies the BaseEdit.ShowErrorToolTip dependency property. Inherited from BaseEdit.
ShowNullTextForEmptyValueProperty static Identifies the TextEdit.ShowNullTextForEmptyValue dependency property.
ShowNullTextProperty static Identifies the TextEdit.ShowNullText dependency property.
ShowTextProperty static Identifies the TextEdit.ShowText dependency property.
StyleSettingsProperty static Identifies the BaseEdit.StyleSettings dependency property. Inherited from BaseEdit.
TextAlignmentProperty static
TextInputSettingsProperty static Identifies the TextEdit.TextInputSettings dependency property.
TextProperty static Identifies the TextEdit.Text dependency property.
TextTemplateProperty static Identifies the TextEdit.TextTemplate dependency property.
TextWrappingProperty static Identifies the TextEdit.TextWrapping dependency property.
ValidateOnEnterKeyPressedProperty static Identifies the BaseEdit.ValidateOnEnterKeyPressed dependency property. Inherited from BaseEdit.
ValidateOnTextInputProperty static Identifies the BaseEdit.ValidateOnTextInput dependency property. Inherited from BaseEdit.
ValidationErrorProperty static Identifies the BaseEdit.ValidationError dependency property. Inherited from BaseEdit.
See Also