TcxFilterCriteriaItem.OperatorKind Property
Specifies the operator for the current simple filter condition.
Declaration
property OperatorKind: TcxFilterOperatorKind read; write;
Property Value
Type |
---|
TcxFilterOperatorKind |
Remarks
Use the OperandKind property to set an operator for the current comparison operation. The value with which data is compared is defined by the Value property.
See Also