WinExplorerView.MoveFirst() Method
Selects the first item within this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The MoveFirst method scrolls the current WinExplorerView to the top and selects its first item, whether it is a data record or a group header (if the WinExplorerViewColumns.GroupColumn property is specified). You can also use the WinExplorerView.MovePrevPage and WinExplorerView.MovePrev methods to navigate back from the currently selected item. To select the very last WinExplorerView item, use the WinExplorerView.MoveLast method instead.
The animation below demonstrates how the MoveFirst method works within a WinExplorerView with a grouping applied.