ComponentOne FlexGrid for UWP
GroupAggregate Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > Column Class : GroupAggregate Property
Gets or sets the type of aggregate to include in group headers.
Syntax
'Declaration
 
Public Property GroupAggregate As Aggregate
public Aggregate GroupAggregate {get; set;}
Remarks
The aggregate values will only be visible if the grid's C1FlexGrid.AreRowGroupHeadersFrozen property is set to false.
See Also

Reference

Column Class
Column Members