ComponentOne Xamarin Edition
SortDirection Enumeration
C1.CollectionView Assembly > C1.CollectionView Namespace : SortDirection Enumeration
Direction of the sort operation.
Syntax
public enum SortDirection : System.Enum 
Members
MemberDescription
Ascending The sort will be performed in ascending mode.
Descending The sort will be performed in descending mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.CollectionView.SortDirection

See Also

Reference

C1.CollectionView Namespace