Click or drag to resize

DataTablesAggregationDataSourceProcessData Property

Gets or sets the input data.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public DataTablesAggregationProcessData ProcessData { get; set; }

Property Value

DataTablesAggregationProcessData
The input data used as the source for aggregation.
See Also