Moves focus to the group row that owns the currently focused row.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public ICommand MoveParentGroupRow { get; }
|
VB |
Public ReadOnly Property MoveParentGroupRow As ICommand
|
Property value
Type: ICommand
A command implementing the System.Windows.Input.ICommand.

Remarks

See Also