Skip to main content

DataControlBase.MoveLastRow() Method

In This Article

Moves focus to the last visible row within a grid.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public virtual void MoveLastRow()

#Remarks

To use the MoveLastRow method, the DataControlBase.NavigationStyle property should be set to GridControlNavigationStyle.Row or GridControlNavigationStyle.Cell.

To scroll the grid without moving focus, use the GridControl.ScrollIntoView method.

See Also