Gets or sets the type of aggregate to include in group headers.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[DefaultValueAttribute(Aggregate.None)]
public Aggregate GroupAggregate { get; set; }
Visual Basic
<DefaultValueAttribute(Aggregate.None)> _
Public Property GroupAggregate As Aggregate
	Get
	Set

Remarks

The aggregate values will only be visible if the grid's AreRowGroupHeadersFrozen property is set to false.

See Also