Back to Devexpress

RowDeletedEventArgs.ListSourceIndex Property

corelibraries-devexpress-dot-data-dot-rowdeletedeventargs.md

latest1.1 KB
Original Source

RowDeletedEventArgs.ListSourceIndex Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public int ListSourceIndex { get; }
vb
Public ReadOnly Property ListSourceIndex As Integer

Property Value

TypeDescription
Int32

The index of the current row in the data source.

|

See Also

Rows

RowDeletedEventArgs Class

RowDeletedEventArgs Members

DevExpress.Data Namespace