Back to Devexpress

DataViewCommandsBase.MoveNextCell Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-8eb8b04d.md

latest1.2 KB
Original Source

DataViewCommandsBase.MoveNextCell Property

Focuses the next cell after the focused cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MoveNextCell.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace