Skip to main content

TableViewCommands.CollapseMasterRow Property

Collapses a master row.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ICommand CollapseMasterRow { get; }

Property Value

Type Description
ICommand

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

Remarks

The master row to be collapsed is identified by its row handle or bound data source item, passed as a command parameter.

Corresponding method: GridControl.CollapseMasterRow.

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also