BaseEdit Fields
Serves as the base for all editors that can be used for inplace editing in container controls.| 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. |
See Also