Back to Devexpress

TreeList.StartSorting Event

windowsforms-devexpress-dot-xtratreelist-dot-treelist-735a15d8.md

latest2.2 KB
Original Source

TreeList.StartSorting Event

Fires before a sorting operation is started.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public event EventHandler StartSorting
vb
Public Event StartSorting As EventHandler

Event Data

The StartSorting event's data class is EventArgs.

Remarks

When sorting data by the column values the Tree List does the following:

These events can be suppressed while performing sequential sorting operations. Use the TreeList.BeginSort and TreeList.EndSort methods for this purpose.

For more information on sorting, see the Sorting and Sorting via Code documents.

See Also

EndSorting

BeginSort()

EndSort()

Sorting

Sorting via Code

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace