WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridSortIconPosition Enumeration
In This Topic
    GridSortIconPosition Enumeration
    In This Topic
    Specifies where the sort icon will be laid out.
    Syntax
    public enum GridSortIconPosition : System.Enum 
    Members
    MemberDescription
    InlineThe sort icon will be laid out following the title.
    LeftThe sort icon will be laid out at the left inside the column header.
    RightThe sort icon will be laid out at the right inside the column header.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Grid.GridSortIconPosition

    See Also