Back to Devexpress

DataViewCommandsBase.MoveFirstRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-48585ff0.md

latest1.2 KB
Original Source

DataViewCommandsBase.MoveFirstRow Property

Moves focus to the first visible row or card within a View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MoveFirstRow.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace