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

TileView.MoveLastVisible() Method

Selects the last currently visible item within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public override void MoveLastVisible()

Remarks

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

See Also