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

BeforeItemDropEventArgs.ListSourceRowIndex Property

Gets the tile’s index in the data source.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public int ListSourceRowIndex { get; }

Property Value

Type Description
Int32

The tile’s index in the data source.

See Also