Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / SortDescription Class / SortDescription Constructor / SortDescription Constructor(String)
The path of the data item to which the sort operation will be applied.

In This Topic
    SortDescription Constructor(String)
    In This Topic
    Initializes a new instance of the SortDescription class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sortPath As String _
    )
    public SortDescription( 
       string sortPath
    )

    Parameters

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