True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / Aggregate Property

In This Topic
    Aggregate Property (C1DataColumn)
    In This Topic
    Gets or sets the type of aggregate computed for a grouped row.
    Syntax
    'Declaration
     
    Public Property Aggregate As AggregateEnum
    public AggregateEnum Aggregate {get; set;}
    See Also