C1GridViewSortEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the
C1GridViewSortEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As C1SortDirection _
)
public C1GridViewSortEventArgs(
System.string ,
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