Skip to main content
ON

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>

true if the validated item meets the criteria; otherwise, false.

See Also