Class CalculationMode
Defines the constants that specify the different modes of calculation for caption and group summary.
Inheritance
System.Object
CalculationMode
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public sealed class CalculationMode : Enum
Fields
Default
Specifies that summary (group and caption) is calculated, while grouping takes place.
Declaration
public const CalculationMode Default
Field Value
Type |
---|
CalculationMode |
OnDemandCaptionSummary
Specifies that summary is calculated, when caption row comes into view and when you try to access the summary value.
Declaration
public const CalculationMode OnDemandCaptionSummary
Field Value
Type |
---|
CalculationMode |
OnDemandGroupSummary
Specifies that summary is calculated, when group summary row comes into view and when you try to access the summary value.
Declaration
public const CalculationMode OnDemandGroupSummary
Field Value
Type |
---|
CalculationMode |