[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridAggregateFunctionCollection

GridAggregateFunctionCollection Class

Collection of aggregate functions.

Inheritance
GridAggregateFunctionCollection
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridAggregateFunctionCollection : C1DataCollectionList<GridAggregateFunction>, IList<GridAggregateFunction>, ICollection<GridAggregateFunction>, IList, ICollection, IReadOnlyList<GridAggregateFunction>, IReadOnlyCollection<GridAggregateFunction>, IEnumerable<GridAggregateFunction>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class GridAggregateFunctionCollection
    Inherits C1DataCollectionList(Of GridAggregateFunction)
    Implements IList(Of GridAggregateFunction), ICollection(Of GridAggregateFunction), IList, ICollection, IReadOnlyList(Of GridAggregateFunction), IReadOnlyCollection(Of GridAggregateFunction), IEnumerable(Of GridAggregateFunction), IEnumerable, INotifyCollectionChanged, IDisposable

Constructors

Name Description
GridAggregateFunctionCollection()

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.