ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / AutoCompleteComboBoxSetting Class / GetFilter Method
The string input by user.
The function to get a string which identifies the specified item.
Version

    GetFilter Method (AutoCompleteComboBoxSetting)
    Gets a filter function which determines whether items should be suggested or not for the specified query. Default: Gets the filter which maps an item to true if its text contains the query (case insensitive).
    Syntax

    Parameters

    query
    The string input by user.
    stringFromItem
    The function to get a string which identifies the specified item.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also