Class CalculationMode
Defines how and when caption and group summaries are calculated. Use these values to control whether summaries are computed immediately during grouping or deferred until a group or caption summary is viewed.
Inheritance
System.Object
CalculationMode
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public sealed class CalculationMode : Enum
Fields
Default
Default — Calculate both group and caption summaries immediately while grouping occurs.
Declaration
public const CalculationMode Default
Field Value
| Type |
|---|
| CalculationMode |
OnDemandCaptionSummary
OnDemandCaptionSummary — Delay calculating caption summaries until the caption row becomes visible or the caption summary value is accessed.
Declaration
public const CalculationMode OnDemandCaptionSummary
Field Value
| Type |
|---|
| CalculationMode |
OnDemandGroupSummary
OnDemandGroupSummary — Delay calculating group summary rows until a group summary row is displayed or its value is requested.
Declaration
public const CalculationMode OnDemandGroupSummary
Field Value
| Type |
|---|
| CalculationMode |