WinExplorerView.MovePrev() Method
Selects the previous WinExplorerView item relative to the currently selected item.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v23.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
The following animation illustrates how the MovePrev method works.
You can also select the first WinExplorerView item or move a certain number of items back via the WinExplorerView.MoveFirst or WinExplorerView.MoveBy methods respectively.
See Also