Back to Devexpress

ItemDropEventArgs.ListSourceRowIndex Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-itemdropeventargs-ebb5bf29.md

latest1.2 KB
Original Source

ItemDropEventArgs.ListSourceRowIndex Property

Gets the tile’s index in the data source.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

The tile’s index in the data source.

|

See Also

ItemDropEventArgs Class

ItemDropEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace