Back to Devexpress

CustomColumnSortEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-6ac40215.md

latest1.3 KB
Original Source

CustomColumnSortEventHandler Delegate

Represents a method that will handle the GridControl.CustomColumnSort and GridControl.CustomColumnGroup events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void CustomColumnSortEventHandler(
    object sender,
    CustomColumnSortEventArgs e
);
vb
Public Delegate Sub CustomColumnSortEventHandler(
    sender As Object,
    e As CustomColumnSortEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomColumnSortEventArgs |

A CustomColumnSortEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace