TileView.MoveLastVisible() Method
Selects the last currently visible item within this TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
To select the very last item added to this TileView, use the TileView.MoveLast method.
See Also