ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / QueryBuilderControlProperties Class / AutoValidate Property

In This Topic
    AutoValidate Property
    In This Topic
    Gets and sets the auto validation flag in the QueryBuilderControl.
    Syntax
    public bool AutoValidate {get; set;}
    Public Property AutoValidate As Boolean
    Remarks
    The default is false meaning that validation must occur manually by the user clicking the Validate button or using the ValidateExpression API call.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also