Gets the Group command. This command is executed when user changed column grouping. Bool is passed as a CommandParameter.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
ICommand GroupCommand { get; }
Visual Basic
ReadOnly Property GroupCommand As ICommand
	Get
JScript
function get GroupCommand () : ICommand

See Also