ValidateItemEventArgs.IsValidAsync Property
Gets or sets whether the validated item meets the criteria. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public Task<bool> IsValidAsync { get; set; }
Property Value
| Type | Description |
|---|---|
| Task<Boolean> |
|
See Also