Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAggregateFunction Class / Count Property

In This Topic
    Count Property (GridAggregateFunction)
    In This Topic
    Returns the count of non-null values in the group.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Count As GridAggregateFunction
    public static GridAggregateFunction Count {get;}
    See Also