Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / Aggregate Property


In This Topic
    Aggregate Property
    In This Topic
    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