TcxCustomFilterControl.AssignedFonts Property
Indicates what font settings are applied to enumerated filter control elements.
Declaration
property AssignedFonts: TcxFilterControlFonts read; write; default [];
Property Value
| Type |
|---|
| TcxFilterControlFonts |
Remarks
Enable the corresponding flags to apply font settings specified via the FontBoolOperator, FontItem, FontCondition, and FontValue properties. Changes to these font settings automatically set corresponding AssignedFonts flags. To reset a font setting, clear its AssignedFonts flag.
Values include:
| Value | Description |
|---|---|
| fcfBoolOperator | Logical operator. |
| fcfItem | Data item. |
| fcfCondition | Comparison operator. |
| fcfValue | Display value. |
The default value of the AssignedFonts property is [].
See Also