ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / QueryBuilderControlProperties Class / EditClauseMode Property

EditClauseMode Property
Gets and sets the expression mode of the QueryBuilderControl. Setting EditClauseMode true means that the control displays the expression in clauses; a value of false displays the expression as a single SQL string.
Syntax
public bool EditClauseMode {get; set;}
Remarks
The default is true.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.1 or higher.
See Also