Enum GridConditionType
Specifies the type of condition to be used in Conditional Formatting.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridConditionType
Fields
| Name | Description |
|---|---|
| Equals | Performs an Equals opertion 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. |
| NotEquals | Performs a NotEquals operation on the operands. |