ComponentOne Xamarin Edition
SortDescription Constructor(String,SortDirection)
C1.CollectionView Assembly > C1.CollectionView Namespace > SortDescription Class > SortDescription Constructor : SortDescription Constructor(String,SortDirection)
The path of the data item to which the sort operation will be applied.
The direction of the sort operation.
Initializes a new instance of the SortDescription class.
Syntax
public SortDescription( 
   string sortPath,
   SortDirection direction
)

Parameters

sortPath
The path of the data item to which the sort operation will be applied.
direction
The direction of the sort operation.
See Also

Reference

SortDescription Class
SortDescription Members
Overload List