GridViewCommandsBase.ChangeGroupExpanded Property
In This Article
Toggles the specified group row's expanded state.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | A command implementing the ICommand. |
#Remarks
<Button dx:CommandHelper.Command="{Binding Commands.ChangeGroupExpanded, ElementName=view}"
CommandParameter="{Binding Path=FocusedRowHandle, ElementName=view}"/>
Corresponding Method(s): GridControl.ExpandGroupRow and GridControl.CollapseGroupRow.
See Also