Back to Devexpress

GridCommands.MoveParentGroupRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-174b0367.md

latest1.6 KB
Original Source

GridCommands.MoveParentGroupRow Property

Moves focus to the group row that owns the currently focused row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RoutedCommand MoveParentGroupRow { get; }
vb
Public Shared ReadOnly Property MoveParentGroupRow As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

|

Remarks

xaml
<Button Command="dxg:GridCommands.MoveParentGroupRow"
        CommandTarget="{Binding Path=View, ElementName=grid}">Move Parent Group</Button>

Corresponding Method: GridViewBase.MoveParentGroupRow.

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace