Skip to main content
A newer version of this page is available. .

RowDeletedEventArgs.ListSourceIndex Property

Gets the index of the current row in the data source.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public int ListSourceIndex { get; }

Property Value

Type Description
Int32

The index of the current row in the data source.

See Also