Skip to main content
A newer version of this page is available. .

CustomColumnSortEventHandler Delegate

Represents a method that will handle the GridControl.CustomColumnSort event.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public delegate void CustomColumnSortEventHandler(
    object sender,
    CustomColumnSortEventArgs e
);

Parameters

Name Type
sender Object
e CustomColumnSortEventArgs
See Also
CustomColumnSortEventHandler Members