Back to Devexpress

DataViewCommandsBase.MoveLastRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-d1ae419c.md

latest1.2 KB
Original Source

DataViewCommandsBase.MoveLastRow Property

Moves focus to the last visible row or card.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand MoveLastRow { get; }
vb
Public ReadOnly Property MoveLastRow As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MoveLastRow.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace