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.v19.2.dll

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