Skip to main content
All docs
V24.2

RowSummaryArgs.SourceIndex Property

Gets the record’s index in a data source.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public int SourceIndex { get; }

#Property Value

Type Description
Int32

The record’s index in a data source.

See Also