Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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