ComponentOne Xamarin.Android
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
'Declaration
 
Public Function New( _
   ByVal sortPath As String, _
   ByVal direction As SortDirection _
)
'Usage
 
Dim sortPath As String
Dim direction As SortDirection
 
Dim instance As New SortDescription(sortPath, direction)
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