Back to Devexpress

TreeListCustomColumnSortEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-6f498245.md

latest1.6 KB
Original Source

TreeListCustomColumnSortEventArgs Class

Provides data for the TreeListView.CustomColumnSort event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListCustomColumnSortEventArgs :
    EventArgs
vb
Public Class TreeListCustomColumnSortEventArgs
    Inherits EventArgs

TreeListCustomColumnSortEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs TreeListCustomColumnSortEventArgs

See Also

TreeListCustomColumnSortEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace