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

BeforeItemDropEventArgs.NewListSourceRowIndex Property

Gets the tile’s new index in the data source at which the tile is about to be inserted.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public int NewListSourceRowIndex { get; set; }

Property Value

Type Description
Int32

The tile’s new index in the data source at which the tile is about to be inserted.

See Also