BaseEdit Attached Properties
Serves as the base for all editors that can be used as standalone editors and for in-place editing in container controls (e.g., within the GridControl).Name | Description |
---|---|
HasValidationError static | Gets whether an editor has a validation error. This is a dependency property. |
OwnerEdit static | Returns an editor to which a child element belongs. This is an attached property. |
ValidationError static | Gets the validation error defined for the editor. This is a dependency property. |
See Also