Skip to main content

BaseEdit Properties

Serves as the base for all editors that can be used for inplace editing in container controls.
Name Description
CausesValidation Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property.
EditCore Provides access to an internal editor control.
EditValue Gets or sets the editor’s value. This is a dependency property.
EditValueConverter Gets or sets a converter used to provide the editor’s value. This is a dependency property.
EditValuePostDelay Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor.
EditValuePostMode Gets or sets whether a value specified by a user should be posted immediately or after a delay.
EditValueType Gets or sets the edit value’s type treatment. This is a dependency property.
HasValidationError Gets whether an editor has a validation error. This is a dependency property.
IsFocusWithin
IsReadOnly Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property.
ShowErrorIcon
ValidateOnEnterKeyPressed Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property.
ValidateOnTextInput Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property.
ValidationError Gets or sets the validation error defined for the editor. This is a dependency property.
See Also