ArcGIS Pro 3.7 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 Property SearchFilterStyle As SymbolSearcherSearchFilter
    public SymbolSearcherSearchFilter SearchFilterStyle {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also