Skip to main content
All docs
V24.2

InvalidRowExceptionArgs.SourceIndex Property

Gets a record’s data source index.

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

A record’s data source index.

See Also