ComponentOne Xamarin.Android
SortDirection Enumeration


C1.CollectionView Assembly > C1.CollectionView Namespace : SortDirection Enumeration
Direction of the sort operation.
Syntax
'Declaration
 
Public Enum SortDirection 
   Inherits System.Enum
'Usage
 
Dim instance As SortDirection
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