Class GridConditionType
Specifies the type of condition to be used in Conditional Formatting.
Inheritance
System.Object
GridConditionType
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridConditionType : Enum
Fields
Equals
Performs an Equals opertion on the operands.
Declaration
public const GridConditionType Equals
Field Value
Type |
---|
GridConditionType |
GreaterThan
Performs a GreatherThan operation on the operands.
Declaration
public const GridConditionType GreaterThan
Field Value
Type |
---|
GridConditionType |
GreaterThanOrEqual
Performs a GreaterThanOrEqual operation on the operands.
Declaration
public const GridConditionType GreaterThanOrEqual
Field Value
Type |
---|
GridConditionType |
LessThan
Performs a LessThan operation on the operands.
Declaration
public const GridConditionType LessThan
Field Value
Type |
---|
GridConditionType |
LessThanOrEqual
Performs a LessThanOrEqual operation on the operands.
Declaration
public const GridConditionType LessThanOrEqual
Field Value
Type |
---|
GridConditionType |
NotEquals
Performs a NotEquals operation on the operands.
Declaration
public const GridConditionType NotEquals
Field Value
Type |
---|
GridConditionType |