Back to Devexpress

TableViewCommands.CollapseMasterRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-dcbbc082.md

latest2.3 KB
Original Source

TableViewCommands.CollapseMasterRow Property

Collapses a master row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
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

TableViewCommands.ExpandMasterRow

ChangeMasterRowExpanded

CollapseMasterRow(Int32, DetailDescriptorBase)

GridControl.ExpandMasterRow

IsMasterRowExpanded(Int32, DetailDescriptorBase)

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace