Skip to main content
A newer version of this page is available. .

GridControl.StartSorting Event

Occurs before a sorting operation is started.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

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