ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolSearcherControl Class / SearchFilterStyle Property

In This Topic
    SearchFilterStyle Property
    In This Topic
    Gets and sets the SymbolSearcherSearchFilter as a filter to be applied to the SymbolSearcherControl's next search.
    Syntax
    public SymbolSearcherSearchFilter SearchFilterStyle {get; set;}
    Public Property SearchFilterStyle As SymbolSearcherSearchFilter
    Remarks
    The SearchFilterStyle controls what style of symbology is searched for any StyleItems with a given SearchFilterType
    If no SearchFilterStyle is provided a search for 'All Styles' is assumed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also