Back to Devexpress

DataFormValidationEventArgs Properties

maui-devexpress-dot-maui-dot-dataform-dot-dataformvalidationeventargs-dot-underscore-properties.md

latest1.2 KB
Original Source

DataFormValidationEventArgs Properties

Provides data for the ValidateForm event.

NameDescription
DataObjectGets or sets the data object that is associated with the data form.
ErrorsProvides access to a dictionary of error messages for data fields. Keys are data field names. Values are error messages. Error messages are displayed below data editors on the form.
HasErrorsGets or sets whether the data form is valid.
NewValuesProvides access to a dictionary of new values that should be validated. Keys are data field names.

See Also

DataFormValidationEventArgs Class

DataFormValidationEventArgs Members

DevExpress.Maui.DataForm Namespace