Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / AggregateArgs Class / AggregationType Property


In This Topic
    AggregationType Property (AggregateArgs)
    In This Topic
    Gets the aggregation type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AggregationType As AggregationType
    'Usage
     
    
    Dim instance As AggregateArgs
    Dim value As AggregationType
     
    value = instance.AggregationType
    public AggregationType AggregationType {get;}
    See Also