Skip to main content

GridControl.StartSorting Event

Occurs before a sorting operation is started.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler StartSorting

Event Data

The StartSorting event's data class is EventArgs.

Remarks

When sorting data, the grid does the following:

See Also