Skip to main content
A newer version of this page is available. .

WinExplorerView.MoveLast() Method

Selects the last item within the current WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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