Skip to main content

TableViewCommands.ExpandMasterRow Property

Expands a master row.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ICommand ExpandMasterRow { 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 expanded is identified by its row handle passed as a command parameter.

Corresponding method: GridControl.ExpandMasterRow.

See Also