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

In This Topic
    EditClauseMode Property
    In This Topic
    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;}
    Public Property EditClauseMode As Boolean
    Remarks
    The default is true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also