ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeFieldTagHelper Class / Aggregate Property

In This Topic
    Aggregate Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.Aggregate. Sets how the field should be summarized.
    Syntax
    'Declaration
     
    Public Property Aggregate As Aggregate
    public Aggregate Aggregate {get; set;}
    See Also