Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridSortIconPosition Enumeration


In This Topic
    GridSortIconPosition Enumeration
    In This Topic
    Specifies where the sort icon will be laid out.
    Syntax
    'Declaration
     
    
    Public Enum GridSortIconPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridSortIconPosition
    public enum GridSortIconPosition : System.Enum 
    Members
    MemberDescription
    Inline The sort icon will be laid out following the title.
    Left The sort icon will be laid out at the left inside the column header.
    Right The sort icon will be laid out at the right inside the column header.
    Inheritance Hierarchy

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

    See Also