ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / QueryBuilderControlProperties Class / Expression Property

In This Topic
    Expression Property (QueryBuilderControlProperties)
    In This Topic
    Gets and sets the query expression in the QueryBuilderControl.
    Syntax
    Public Property Expression As String
    public string Expression {get; set;}
    Remarks
    Expression is optional. The default is empty. If the Expression is set it will be pre-populated in the QueryBuilderControl.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also