Back to Devexpress

TileView.MoveFirst() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-dedb060d.md

latest1.4 KB
Original Source

TileView.MoveFirst() Method

Focuses the first tile of 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 MoveFirst()
vb
Public Overrides Sub MoveFirst

Remarks

The MoveFirst method selects the very first tile existing in this TileView and scrolls the view up if this tile is not currently visible. To select the last tile, call the TileView.MoveLast method.

See Also

MoveLast()

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace