Skip to main content
A newer version of this page is available. .

BaseEdit Members

Serves as the base for all editors that can be used for inplace editing in container controls.

Constructors

Name Description
BaseEdit() Initializes a new instance of the BaseEdit class with default settings.

Fields

Name Description
ActualEditTemplateProperty static Identifies the BaseEdit.ActualEditTemplate dependency property.
CausesValidationProperty static Identifies the BaseEdit.CausesValidation dependency property.
DisplayFormatStringProperty static Identifies the BaseEdit.DisplayFormatString dependency property.
DisplayTextConverterProperty static Identifies the BaseEdit.DisplayTextConverter dependency property.
DisplayTextProperty static Identifies the BaseEdit.DisplayText dependency property.
EditTemplateProperty static Identifies the BaseEdit.EditTemplate dependency property.
EditValueConverterProperty static Identifies the BaseEdit.EditValueConverter 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.
IsInLayoutControlProperty static Identifies the BaseEdit.IsInLayoutControl dependency property.
IsReadOnlyProperty static Identifies the BaseEdit.IsReadOnly dependency property.
OwnerEditProperty static Identifies the DevExpress.UI.Xaml.Editors.BaseEdit.OwnerEdit attached property.
ShowErrorToolTipProperty static Identifies the BaseEdit.ShowErrorToolTip dependency property.
StyleSettingsProperty static Identifies the BaseEdit.StyleSettings 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.

Properties

Name Description
ActualEditTemplate Gets or sets the actual data template that defines the editor’s presentation. This is a dependency property.
AllowUpdateTwoWayBoundPropertiesOnSynchronization Prevents the BaseEdit.EditValue binding source from being updated during synchronization with the DataControlBase.ItemsSource.
CausesValidation Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property.
DisplayFormatString Gets or sets the pattern used to format the editor’s value for display purposes. This is a dependency property.
DisplayText Gets the text displayed within the editor. This is a dependency property.
DisplayTextConverter Gets or sets a converter used to provide the editor’s display value. This is a dependency property.
EditCore Provides access to an internal editor control.
EditTemplate Gets or sets a template that defines the editor’s presentation. This is a dependency property.
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.
IsReadOnly Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property.
ShowErrorToolTip Gets or sets whether a tooltip with error message is shown when the editor is focused. This is a dependency property.
StyleSettings Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property.
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.

Methods

Name Description
BeginInit() Starts the BaseEdit‘s initialization. Initialization occurs at runtime.
ClearError() Clears error notification and resets the editor’s value.
DoValidate() Validates the editor.
EndInit() Ends the BaseEdit‘s initialization.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIsInLayoutControl(DependencyObject) static This property supports the internal infrastructure and is not intended to be used directly from your code.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetIsInLayoutControl(DependencyObject, Boolean) static This property supports the internal infrastructure and is not intended to be used directly from your code.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateDisplayText()

Events

Name Description
CustomDisplayText Enables you to display a custom text within the editor.
EditValueChanged Occurs after the editor’s value has been changed.
EditValueChanging Occurs before the editor’s value is changed.
Validate Enables you to validate the editor’s value.

Attached Properties

Name Description
IsInLayoutControl static This property supports the internal infrastructure and is not intended to be used directly from your code.
See Also