Back to Devexpress

WinExplorerView.MoveNext() Method

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

latest2.3 KB
Original Source

WinExplorerView.MoveNext() Method

Selects an item that follows the currently selected WinExplorerView 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 MoveNext()
vb
Public Overrides Sub 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

MovePrev()

MoveLast()

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace