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

WinExplorerView.MovePrev() Method

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v18.2.dll

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