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
     
    
    <C1CategoryAttribute("Data")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("RC.Aggregate", "Gets or sets the aggregate to display on group rows for this column.")>
    Public Property Aggregate As AggregateEnum
    [C1Category("Data")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("RC.Aggregate", "Gets or sets the aggregate to display on group rows for this column.")]
    public AggregateEnum Aggregate {get; set;}
    See Also