Back to Devexpress

TileView.MoveLastVisible() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-83d3a940.md

latest1.3 KB
Original Source

TileView.MoveLastVisible() Method

Selects the last currently visible item within this TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void MoveLastVisible()
vb
Public Overrides Sub MoveLastVisible

Remarks

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

See Also

MoveLast()

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace