Back to Devexpress

WinExplorerView.MovePrev() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-b8abbf64.md

latest1.9 KB
Original Source

WinExplorerView.MovePrev() Method

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

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void MovePrev()
vb
Public Overrides Sub 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

MoveFirst()

MoveBy(Int32)

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace