ArcGIS Pro 3.7 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 Property AutoValidate As Boolean
    public bool AutoValidate {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also