[]
Gets or sets a value that determines whether view updates should be generated asynchronously.
public bool Async { get; set; }
This property is set to true by default, so summaries over large data sets are performed asynchronously to prevent stopping the UI thread.