ComponentOne Xamarin.iOS
Aggregate Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : Aggregate Property
Gets or sets the type of aggregate to include in group headers.
Syntax
'Declaration
 
Public Property Aggregate As GridAggregate
'Usage
 
Dim instance As GridColumn
Dim value As GridAggregate
 
instance.Aggregate = value
 
value = instance.Aggregate
public GridAggregate Aggregate {get; set;}
See Also

Reference

GridColumn Class
GridColumn Members