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


In This Topic
    QueryBuilderControlProperties Class Members
    In This Topic

    The following tables list the members exposed by QueryBuilderControlProperties.

    Public Constructors
     NameDescription
    Public Constructor Construct a QueryBuilderControlProperties to configure the QueryBuilderControl. Use the MapMember and Expression properties to configure the control. The MapMember property is required.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the auto validation flag in the QueryBuilderControl.  
    Public 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.  
    Public Property Gets and sets the query expression in the QueryBuilderControl.  
    Public Property Gets and sets the mapmember to be used in the QueryBuilderControl.  
    Top
    See Also