Moves focus to the first cell displayed within the first visible row.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public ICommand MoveFirstCell { get; }
|
VB |
Public ReadOnly Property MoveFirstCell As ICommand
|
Property value
Type: ICommand
A command implementing the System.Windows.Input.ICommand.

See Also