Back to Devexpress

TableViewCommands.ChangeMasterRowExpanded Property

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

latest2.2 KB
Original Source

TableViewCommands.ChangeMasterRowExpanded Property

Toggles a master row’s expanded state.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

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

|

Remarks

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

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

See Also

TableViewCommands.ExpandMasterRow

TableViewCommands.CollapseMasterRow

GridControl.ExpandMasterRow

GridControl.CollapseMasterRow

IsMasterRowExpanded(Int32, DetailDescriptorBase)

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace