Skip to main content

CustomColumnSortEventArgs Class

Provides data for the GridControl.CustomColumnSort event.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public class CustomColumnSortEventArgs :
    EventArgs

#Remarks

To learn more, see Sorting Modes and Custom Sorting.

#Examples

#Inheritance

Object
EventArgs
CustomColumnSortEventArgs
See Also