Skip to main content

TreeListCustomColumnSortEventArgs Class

Provides data for the TreeListView.CustomColumnSort event.

Namespace: DevExpress.Xpf.Grid.TreeList

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

#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