Skip to main content

WinExplorerView.MoveNext() Method

Selects an item that follows the currently selected WinExplorerView item.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void MoveNext()

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.

WinExplorerView - MoveNext

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.

See Also