Skip to main content

DataViewCommandsBase.MoveLastCell Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ICommand MoveLastCell { get; }

Property Value

Type Description
ICommand

A command implementing the ICommand.

See Also