Skip to main content
A newer version of this page is available. .

WinExplorerView.MoveFirst() Method

Selects the first item within this WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

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.

WinExplorerView - MoveFirst

See Also