Skip to main content

DataFormPropertyValidationEventArgs.ErrorText Property

Gets or sets the error message displayed below the editor on the data form.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A string value that specifies an error message.

See Also