Back to Devexpress

DataViewCommandsBase.MoveLastCell Property

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

latest1.1 KB
Original Source

DataViewCommandsBase.MoveLastCell Property

Moves focus to the last cell displayed within the last visible row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace