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 |
---|---|
Has |
Gets whether an editor has a validation error. This is a dependency property. |
Owner |
Returns an editor to which a child element belongs. This is an attached property. |
Validation |
Gets the validation error defined for the editor. This is a dependency property. |
See Also