TcxCustomFilterControl.FontBoolOperator Property
Specifies font settings for logical operators.
Declaration
property FontBoolOperator: TFont index fcfBoolOperator read; write;
Property Value
Type |
---|
TFont |
Remarks
Use the FontBoolOperator property to specify font characteristics used to display logical operators (AND, OR, NOT AND, NOT OR) within a filter control. A filter control uses logical operators to combine defined filter conditions.
The following picture displays how settings of the FontBoolOperator property affect the control’s appearance.
Note that font styles and effects (i.e. italic, bold, underline) do not affect the appearance of the logical operators within their dropdown list.
See Also