alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class PivotGridDataConditionType

    Specifies the type of the operation performed on operands.

    Inheritance
    System.Object
    PivotGridDataConditionType
    Namespace: Syncfusion.Windows.Forms.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public sealed class PivotGridDataConditionType : Enum

    Fields

    Between

    Performs Between operation on the operands.

    Declaration
    public const PivotGridDataConditionType Between
    Field Value
    Type
    PivotGridDataConditionType

    Equals

    Performs Equals operation on the operands.

    Declaration
    public const PivotGridDataConditionType Equals
    Field Value
    Type
    PivotGridDataConditionType

    GreaterThan

    Performs GreatherThan operation on the operands.

    Declaration
    public const PivotGridDataConditionType GreaterThan
    Field Value
    Type
    PivotGridDataConditionType

    GreaterThanOrEqual

    Performs GreaterThanOrEqual operation on the operands.

    Declaration
    public const PivotGridDataConditionType GreaterThanOrEqual
    Field Value
    Type
    PivotGridDataConditionType

    LessThan

    Performs LessThan operation on the operands.

    Declaration
    public const PivotGridDataConditionType LessThan
    Field Value
    Type
    PivotGridDataConditionType

    LessThanOrEqual

    Performs LessThanOrEqual operation on the operands.

    Declaration
    public const PivotGridDataConditionType LessThanOrEqual
    Field Value
    Type
    PivotGridDataConditionType

    NotEquals

    Performs NotEquals operation on the operands.

    Declaration
    public const PivotGridDataConditionType NotEquals
    Field Value
    Type
    PivotGridDataConditionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved