FlexSheet for WPF | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property GroupAggregate As Aggregate
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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