Skip to main content
All docs
V25.1
  • RowSortArgs.FirstSourceIndex Property

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public int FirstSourceIndex { get; }

    Property Value

    Type Description
    Int32

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

    See Also