Skip to main content

CustomColumnSortEventHandler Delegate

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

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

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

Parameters

Name Type
sender Object
e CustomColumnSortEventArgs
See Also