menu

WinForms

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

    Show / Hide Table of Contents

    Enum PivotGridDataConditionType

    Specifies the type of the operation performed on operands.

    Namespace: Syncfusion.Windows.Forms.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public enum PivotGridDataConditionType

    Fields

    Name Description
    Between

    Performs Between operation on the operands.

    Equals

    Performs Equals operation on the operands.

    GreaterThan

    Performs GreatherThan operation on the operands.

    GreaterThanOrEqual

    Performs GreaterThanOrEqual operation on the operands.

    LessThan

    Performs LessThan operation on the operands.

    LessThanOrEqual

    Performs LessThanOrEqual operation on the operands.

    NotEquals

    Performs NotEquals operation on the operands.

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