Back to Devexpress

WinExplorerView.MoveLast() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-470643ae.md

latest1.6 KB
Original Source

WinExplorerView.MoveLast() Method

Selects the last item within the current WinExplorerView.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void MoveLast()
vb
Public Overrides Sub MoveLast

Remarks

The following animation demonstrates the MoveLast method’s functionality.

To select the first WinExplorerView item, use the WinExplorerView.MoveFirst method instead.

See Also

MoveFirst()

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace