Skip to main content
All docs
V25.1
  • 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