WinExplorerView.MoveNext() Method
Selects an item that follows the currently selected WinExplorerView item.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The MoveNext method moves the selection from the currently selected WinExplorerView item to the next item. If the WinExplorerViewColumns.GroupColumn property is specified, the MoveNext method can select Group headers. When this happens, all items within this Group are automatically selected. The following animation shows how the MoveNext method operates.
The MoveNext method is the opposite for the WinExplorerView.MovePrev method. You can also select the very last WinExplorerView item via the WinExplorerView.MoveLast method.