FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunction Class / Aggregate Property

In This Topic
    Aggregate Property (GridAggregateFunction)
    In This Topic
    Gets or sets a predefined aggregate function.
    Syntax
    'Declaration
     
    Public Property Aggregate As GridAggregate
    public GridAggregate Aggregate {get; set;}
    See Also