Skip to main content

PopupBaseEdit Attached Properties
Show Inherited Hide Inherited

Serves as a base for classes that represent popup editors (e.g. DateEdit, ComboBoxEdit).
Name Description
HasValidationError Gets whether an editor has a validation error. This is a dependency property. Inherited from BaseEdit.
PopupOwnerEdit static Gets the owner editor. This is a dependency property.
ValidationError Gets the validation error defined for the editor. This is a dependency property. Inherited from BaseEdit.
See Also