Skip to main content

TreeListCustomColumnSortEventArgs Class

Provides data for the TreeListView.CustomColumnSort event.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class TreeListCustomColumnSortEventArgs :
    EventArgs

Remarks

To learn more, see TreeListView Sorting Specifics and Sorting Modes and Custom Sorting.

Inheritance

Object
EventArgs
TreeListCustomColumnSortEventArgs
See Also