Skip to main content

WinExplorerView.MovePrev() Method

Selects the previous WinExplorerView item relative to the currently selected item.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void MovePrev()

Remarks

The following animation illustrates how the MovePrev method works.

WinExplorerView - MovePrev

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