Skip to main content

GridViewCommandsBase.ChangeGroupExpanded Property

Toggles the specified group row's expanded state.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ICommand ChangeGroupExpanded { get; }

#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