ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / Aggregate Property

In This Topic
    Aggregate Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the Aggregate to display in the group header rows for this column.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Aggregate As Aggregate
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public Aggregate Aggregate {get; set;}
    See Also