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

CustomColumnSortEventArgs Class

Provides data for the GridControl.CustomColumnSort event.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public class CustomColumnSortEventArgs :
    EventArgs

Remarks

To learn more, see Sorting Modes and Custom Sorting.

Inheritance

Object
EventArgs
CustomColumnSortEventArgs
See Also