ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / SortDescription Class / SortDescription Constructor / SortDescription Constructor(String,DataGridSortState)
The property name for the sort description.
The state for the sorting.

In This Topic
    SortDescription Constructor(String,DataGridSortState)
    In This Topic
    Constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String, _
       ByVal state As DataGridSortState _
    )
    public SortDescription( 
       string propertyName,
       DataGridSortState state
    )

    Parameters

    propertyName
    The property name for the sort description.
    state
    The state for the sorting.
    See Also