Skip to main content

BaseEdit Fields

Serves as the base for all editors that can be used for inplace editing in container controls.
Name Description
CausesValidationProperty static Identifies the BaseEdit.CausesValidation dependency property.
EditValueConverterProperty static Identifies the BaseEdit.EditValueConverter dependency property.
EditValuePostDelayProperty static Identifies the EditValuePostDelay dependency property.
EditValuePostModeProperty static Identifies the EditValuePostMode dependency property.
EditValueProperty static Identifies the BaseEdit.EditValue dependency property.
EditValueTypeProperty static Identifies the BaseEdit.EditValueType dependency property.
HasValidationErrorProperty static Identifies the BaseEdit.HasValidationError dependency property.
IsReadOnlyProperty static Identifies the BaseEdit.IsReadOnly dependency property.
ShowErrorIconProperty static Identifies the ShowErrorIcon dependency property.
ValidateOnEnterKeyPressedProperty static Identifies the BaseEdit.ValidateOnEnterKeyPressed dependency property.
ValidateOnTextInputProperty static Identifies the BaseEdit.ValidateOnTextInput dependency property.
ValidationErrorProperty static Identifies the BaseEdit.ValidationError dependency property.
See Also