Skip to main content

CustomColumnSortEventArgs Class

Provides data for the GridControl.CustomColumnSort event.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class CustomColumnSortEventArgs :
    EventArgs

Remarks

To learn more, see Sorting Modes and Custom Sorting.

Inheritance

Object
EventArgs
CustomColumnSortEventArgs
See Also