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 |