C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSortIconPosition Enumeration

GridSortIconPosition Enumeration
Specifies where the sort icon will be laid out.
Syntax
'Declaration
 
Public Enum GridSortIconPosition 
   Inherits 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.WPF.Grid.GridSortIconPosition

See Also