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

AutoValidate Property
Gets and sets the auto validation flag in the QueryBuilderControl.
Syntax
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, Windows 10

ArcGIS Pro version: 3 or higher.
See Also