Skip to main content
All docs
V23.2

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.v23.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
firstItem Object
secondItem Object
fieldName String
firstSourceIndex Int32
secondSourceIndex Int32
firstValue Object
secondValue Object
sortOrder DevExpress.Mvvm.Xpf.SortOrder
See Also