Back to Devexpress

TileView.MoveNextPage() Method

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

latest1.4 KB
Original Source

TileView.MoveNextPage() Method

Navigates to the next TileView page.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Remarks

When the Tile View contains too many tiles to be displayed simultaneously, use the MoveNextPage and TileView.MovePrevPage methods to navigate forward or backward respectively.

See Also

MovePrevPage()

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace