TcxFilterCriteriaItem.Value Property
In This Article
Identifies the value with which item values are compared.
#Declaration
Delphi
property Value: Variant read; write;
#Property Value
Type |
---|
Variant |
#Remarks
Use the Value property to set a value with which item values are compared when the current filter condition becomes active. The operator of the comparison operation is specified by the OperatorKind property.
See Also