TableViewCommands.ChangeMasterRowExpanded Property
In This Article
Toggles a master row's expanded state.
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 or collapsed is identified by its row handle, passed as the command parameter.
See Also