Back to Devexpress

DataFormValidationEventArgs.Errors Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformvalidationeventargs-8e8d471e.md

latest1.1 KB
Original Source

DataFormValidationEventArgs.Errors Property

Provides 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.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public Dictionary<string, string> Errors { get; }

Property Value

TypeDescription
Dictionary<String, String>

A dictionary of error messages for data fields.

|

See Also

DataFormValidationEventArgs Class

DataFormValidationEventArgs Members

DevExpress.Maui.DataForm Namespace