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