ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / Aggregate Property

In This Topic
    Aggregate Property
    In This Topic
    Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows.
    Syntax
    'Declaration
     
    Public Property Aggregate As Aggregate
    public Aggregate Aggregate {get; set;}
    Remarks
    If the grid does not contain any groups, setting the "aggregate" property has no effect.
    See Also