FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunctionCollection Class / DataCollection Property

In This Topic
    DataCollection Property (GridAggregateFunctionCollection)
    In This Topic
    Gets the data collection this list is wrapping.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DataCollection As IDataCollection(Of GridAggregateFunction)
    protected override IDataCollection<GridAggregateFunction> DataCollection {get;}
    See Also