WPF

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

    Show / Hide Table of Contents

    Enum PivotGridDataConditionType

    Specifies the type of condition to be used in conditional formatting.

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

    Fields

    Name Description
    Equals

    Performs an Equals operation on the operands.

    GreaterThan

    Performs a GreaterThan operation on the operands.

    GreaterThanOrEqual

    Performs a GreaterThanOrEqual operation on the operands.

    LessThan

    Performs a LessThan operation on the operands.

    LessThanOrEqual

    Performs a LessThanOrEqual operation on the operands.

    NotEquals

    Performs a NotEquals operation on the operands.

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