C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSortEventArgs Class / C1GridViewSortEventArgs Constructor
The sort expression used to sort the items in the C1GridView control.
A C1SortDirectionthat indicates the direction in which to sort the items in the C1GridView control.

In This Topic
C1GridViewSortEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewSortEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sortExpression As System.String, _
   ByVal sortDirection As C1SortDirection _
)
 

Parameters

sortExpression
The sort expression used to sort the items in the C1GridView control.
sortDirection
A C1SortDirectionthat indicates the direction in which to sort the items in the C1GridView control.
See Also