CustomColumnSortEventArgs(ColumnBase, Int32, Int32, Object, Object, ColumnSortOrder) Constructor
In This Article
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 | Column |
list |
Int32 |
list |
Int32 |
value1 | Object |
value2 | Object |
sort |
Column |
See Also