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. |