RowSortArgs(Object, Object, String, Int32, Int32, Object, Object, SortOrder) Constructor
Initializes a new instance of the RowSortArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.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 |
---|---|
firstItem | Object |
secondItem | Object |
fieldName | String |
firstSourceIndex | Int32 |
secondSourceIndex | Int32 |
firstValue | Object |
secondValue | Object |
sortOrder | DevExpress.Mvvm.Xpf.SortOrder |
See Also