GroupCaptionSummaryAggregateCalculateAggregateFunc Method

Obtains the value for the indicated property from a data set

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Action<IEnumerable, string, PropertyDescriptor> CalculateAggregateFunc()

Return Value

ActionIEnumerable, String, PropertyDescriptor
Action with the result.

Implements

ISummaryAggregate.CalculateAggregateFunc

See Also