Aggregate set for this column.

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

Syntax

C#
public Aggregates Aggregate { get; set; }
Visual Basic
Public Property Aggregate As Aggregates
	Get
	Set
JScript
final function get Aggregate () : Aggregates
final function set Aggregate (value : Aggregates)

Implements

IDataGridColumn..::..Aggregate

See Also