GridControl.EndSorting Event
Occurs after a sorting operation has been completed.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The EndSorting event's data class is EventArgs.
Remarks
When sorting data, the grid does the following:
- Raises the GridControl.StartSorting event.
- Sorts data.
- Raises the
GridControl.EndSorting
event.
See Also