TableViewCommands.ExpandMasterRow Property
In This Article
Expands a master row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | A System. |
#Remarks
The master row to be expanded is identified by its row handle passed as a command parameter.
Corresponding method: GridControl.ExpandMasterRow.
See Also