C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1SortDirection Enumeration

C1SortDirection Enumeration
Use the members of this enumeration to set the value of the C1Field.SortDirection property in the C1Field class.
Syntax
'Declaration
 
Public Enum C1SortDirection 
   Inherits System.Enum
 
Members
MemberDescription
AscendingSort from smallest to largest.
DescendingSort from largest to smallest.
NoneNo sorting.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.C1SortDirection

See Also