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.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Dictionary<string, string> Errors { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> | A dictionary of error messages for data fields. |
See Also