Skip to main content

TileView.MoveLastVisible() Method

Selects the last currently visible item within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void MoveLastVisible()

Remarks

To select the very last item added to this TileView, use the TileView.MoveLast method.

See Also