ArcGIS Pro 2.9 API Reference Guide
QueryBuilderControl Class
Members 

ArcGIS.Desktop.Mapping.Controls Namespace : QueryBuilderControl Class
The QueryBuilderControl is a configurable control that provides a UI for building a query expression against a layer or table. QueryBuilderControl
Object Model
QueryBuilderControl ClassQueryBuilderControlProperties Class
Syntax
Remarks
Bind a QueryBuilderControlProperties instance to the QueryBuilderControl to provide the desired configuration. A mapMember (layer or table) must be set. An optional Expression can also be set. Developers can use a callback with the ExpressionChanged event to receive expression changed notifications. The ValidateExpression method is also available to validate the current query expression.

Query Builder Control Query Builder Control with Query

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.UserControl
                           ArcGIS.Desktop.Mapping.Controls.QueryBuilderControl

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

QueryBuilderControl Members
ArcGIS.Desktop.Mapping.Controls Namespace