Back to Devexpress

DataViewCommandsBase.MovePrevCell Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-0de7cc94.md

latest1.2 KB
Original Source

DataViewCommandsBase.MovePrevCell Property

Focuses the cell preceding 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 MovePrevCell { get; }
vb
Public ReadOnly Property MovePrevCell As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MovePrevCell.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace