MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class / Aggregate Property

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