Skip to main content

ItemDropEventArgs.ListSourceRowIndex Property

Gets the tile’s index in the data source.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int ListSourceRowIndex { get; }

Property Value

Type Description
Int32

The tile’s index in the data source.

See Also