Back to Devexpress

DataViewCommandsBase.MoveFirstCell Property

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

latest1.1 KB
Original Source

DataViewCommandsBase.MoveFirstCell Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace