Skip to main content

DataFormPropertyValidationEventArgs.ErrorText Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A string value that specifies an error message.

See Also