Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinExplorerView.MovePrev() Method

In This Article

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.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.

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