Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridImageColumn Class / Aggregate Property

In This Topic
    Aggregate Property (GridImageColumn)
    In This Topic
    Gets or sets the type of aggregate to include in group headers.
    Syntax
    'Declaration
     
    
    Public Property Aggregate As GridAggregate
    public GridAggregate Aggregate {get; set;}
    See Also