This command is executed when user changed columns grouping

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

Syntax

C#
public ICommand AggregateCommand { get; protected set; }
Visual Basic
Public Property AggregateCommand As ICommand
	Get
	Protected Set
JScript
final function get AggregateCommand () : ICommand
protected final function set AggregateCommand (value : ICommand)

Implements

IDataGridColumn..::..AggregateCommand

See Also