C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : Sorting Event |
'Declaration Public Event Sorting As C1GridViewSortEventHandler
public event C1GridViewSortEventHandler Sorting
The event handler receives an argument of type C1GridViewSortEventArgs containing data related to this event. The following C1GridViewSortEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
SortDirection | Gets or sets the direction in which to sort the C1GridView control. |
SortExpression | Gets or sets the expression used to sort the items in the C1GridView control. |