TcxFilterCriteriaItem.OperatorKind Property
In This Article
Specifies the operator for the current simple filter condition.
#Declaration
Delphi
property OperatorKind: TcxFilterOperatorKind read; write;
#Property Value
Type |
---|
Tcx |
#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