ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolPickerSortOption Enumeration

In This Topic
    SymbolPickerSortOption Enumeration
    In This Topic
    Controls how ArcGIS.Desktop.Mapping.StyleItem in the SymbolPickerControl will be sorted.
    Syntax
    public enum SymbolPickerSortOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SymbolPickerSortOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ID By ID
    Name By Name
    None None
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.Controls.SymbolPickerSortOption

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also