ComponentOne Xamarin.Android
SortDescription Constructor(String)


C1.CollectionView Assembly > C1.CollectionView Namespace > SortDescription Class > SortDescription Constructor : SortDescription Constructor(String)
The path of the data item to which the sort operation will be applied.
Initializes a new instance of the SortDescription class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sortPath As String _
)
'Usage
 
Dim sortPath As String
 
Dim instance As New SortDescription(sortPath)
public SortDescription( 
   string sortPath
)

Parameters

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

Reference

SortDescription Class
SortDescription Members
Overload List