FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Column Class / Aggregate Property

In This Topic
    Aggregate Property (Column)
    In This Topic
    Gets or sets the aggregate to display on group rows for this column..
    Syntax
    'Declaration
     
    
    Public Property Aggregate As AggregateEnum
    public AggregateEnum Aggregate {get; set;}
    See Also