FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / GroupAggregate Property

In This Topic
    GroupAggregate Property
    In This Topic
    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 AreRowGroupHeadersFrozen property is set to false.
    See Also