Skip to main content
All docs
V25.1
  • ColumnDisplayTextArgs.SourceIndex Property

    Gets the index of a record in a data source that corresponds to the processed data row.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public int SourceIndex { get; }

    Property Value

    Type Description
    Int32

    The index of the processed record in a data source.

    See Also