TcxFilterCriteriaItemList.BoolOperatorKind Property
Defines the logical operator used to combine filter conditions in the current list.
Declaration
property BoolOperatorKind: TcxFilterBoolOperatorKind read; write; default fboAnd;
Property Value
Type | Default |
---|---|
TcxFilterBoolOperatorKind | fboAnd |
Remarks
Use the BoolOperatorKind property to set a logical operator by which filter conditions are combined. Filter conditions are provided by the indexed Items property.
The default value of the BoolOperatorKind property is fboAnd.
See Also