Enum OlapGridDataConditionType
Specifies the type of condition to be used in Conditional Formatting.
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public enum OlapGridDataConditionType
Fields
| Name | Description |
|---|---|
| Between | Performs a Between operation on the operands. |
| Equals | Performs an Equals operation on the operands. |
| GreaterThan | Performs a GreatherThan 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. |
| NotBetween | Performs a NotBetween operation on the operands. |
| NotEquals | Performs a NotEquals operation on the operands. |