Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148711 | Oct 31,2019 08:59 AM UTC | Nov 6,2019 05:13 AM UTC | UWP | 5 |
![]() |
Tags: SfDataGrid |
public class CustomAggregate : ISummaryAggregate
{
public CustomAggregate()
{
}
public double StdDev { get; set; }
public Action<System.Collections.IEnumerable, string, PropertyInfo> CalculateAggregateFunc()
{
…
}
}
|
public class CustomAggregate : ISummaryAggregate
{
public CustomAggregate()
{
}
public double StdDev { get; set; }
public Action<System.Collections.IEnumerable, string, PropertyDescriptor> CalculateAggregateFunc()
{
…
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.