WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PivotGridValueCellType

    Show / Hide Table of Contents

    Enum PivotGridValueCellType

    Specifies the type of Value Cell.

    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public enum PivotGridValueCellType

    Fields

    Name Description
    All

    Performs for the combination of Total Cell, GrandTotal Cell and Value Cell.

    GrandTotalCell

    Performs for only Grand Total Cell.

    GrandTotalSummaryValueCell

    Performs for the combination of Total Cell and Grand Total Cell.

    GrandTotalValueCell

    Performs for the combination of GrandTotal Cell and Value Cell.

    SummaryCell

    Performs for only Total Cell.

    SummaryValueCell

    Performs for the combination of Total Cell and Value Cell.

    ValueCell

    Performs for only Value Cell.

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