TcxCustomFilterControl.FontCondition Property
Specifies font settings for comparison operators.
Declaration
property FontCondition: TFont index fcfCondition read; write;
Property Value
Type |
---|
TFont |
Remarks
Use the FontCondition property to specify font characteristics used to display comparison operators (such as ‘equals’, ‘is less than or equal to’, ‘is greater than’, ‘like’, etc) within a filter control.
The following picture displays how settings of the FontCondition property affect the control’s appearance.
Note that font styles and effects (i.e. italic, bold, underline) do not affect the appearance of the comparison operators within their dropdown list.
See Also