menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum CalculationMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved