Enum CalculationMode
Defines the constants that specify the different modes of calculation for caption and group summary.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public enum CalculationMode
Fields
| Name | Description |
|---|---|
| Default | Specifies that summary (group and caption) is calculated, while grouping takes place. |
| OnDemandCaptionSummary | Specifies that summary is calculated, when caption row comes into view and when you try to access the summary value. |
| OnDemandGroupSummary | Specifies that summary is calculated, when group summary row comes into view and when you try to access the summary value. |