Skip to main content
All docs
V23.2

RowSortArgs.SecondSourceIndex Property

Gets a data source index of the record that contains the SecondValue.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public int SecondSourceIndex { get; }

Property Value

Type Description
Int32

A data source index of the record that contains the SecondValue.

See Also