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.MoveNext() Method

In This Article

Selects an item that follows the currently selected WinExplorerView item.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

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

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