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

In This Article

Selects the first item within this WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public override void MoveFirst()

#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.

See Also