ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / QueryBuilderControl Class
Members

In This Topic
    QueryBuilderControl Class
    In This Topic
    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 ControlQuery 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

    ArcGIS Pro version: 3 or higher.
    See Also