Click or drag to resize

DataTablesAggregationDataSourceProcessOptions Property

Gets or sets the options for the aggregation operation.

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

Property Value

DataTablesAggregationOptions
The aggregation options.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the value is null.
See Also