Skip to main content

WinExplorerView.MoveLast() Method

Selects the last item within the current WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void MoveLast()

Remarks

The following animation demonstrates the MoveLast method’s functionality.

WinExplorerView - MoveLast

To select the first WinExplorerView item, use the WinExplorerView.MoveFirst method instead.

See Also