Skip to main content

CustomColumnSortEventArgs(ColumnBase, Int32, Int32, Object, Object, ColumnSortOrder) Constructor

Initializes a new instance of the CustomColumnSortEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public CustomColumnSortEventArgs(
    ColumnBase column,
    int listSourceRowIndex1,
    int listSourceRowIndex2,
    object value1,
    object value2,
    ColumnSortOrder sortOrder
)

Parameters

Name Type
column ColumnBase
listSourceRowIndex1 Int32
listSourceRowIndex2 Int32
value1 Object
value2 Object
sortOrder ColumnSortOrder
See Also