ComponentOne Xamarin Edition
GridSortIconPosition Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridSortIconPosition Enumeration
Specifies where the sort icon will be laid out.
Syntax
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.Xamarin.Forms.Grid.GridSortIconPosition

See Also

Reference

C1.Xamarin.Forms.Grid Namespace