RowSortArgs(Object, Object, String, Int32, Int32, Object, Object, SortOrder) Constructor
In This Article
Initializes a new instance of the RowSortArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public RowSortArgs(
object firstItem,
object secondItem,
string fieldName,
int firstSourceIndex,
int secondSourceIndex,
object firstValue,
object secondValue,
SortOrder sortOrder
)
#Parameters
Name | Type |
---|---|
first |
Object |
second |
Object |
field |
String |
first |
Int32 |
second |
Int32 |
first |
Object |
second |
Object |
sort |
DevExpress. |
See Also