Skip to main content
A newer version of this page is available. .

DataFormView.ValidateProperty Event

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public event DataFormPropertyValidationEventHandler ValidateProperty

Event Data

The ValidateProperty event's data class is DataFormPropertyValidationEventArgs. The following properties provide information specific to this event:

Property
CurrentValue
ErrorText
HasError
NewValue
PropertyName
See Also