In This Topic
            
            Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Aggregate As Aggregate
             
        
            
            public Aggregate Aggregate {get; set;}
             
        
             
        
            
            
            Property Value
One of the 
Aggregate values. The default value is 
Aggregate.None.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also