Back to Devexpress

DataViewCommandsBase.MoveNextRow Property

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

latest1.2 KB
Original Source

DataViewCommandsBase.MoveNextRow Property

Moves focus to the row or card following the one currently focused.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MoveNextRow.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace