TdxListViewFonts.AssignedValues Property
In This Article
Specifies which font settings affect List View elements.
#Declaration
Delphi
property AssignedValues: TdxListViewFontValues read; write; default [];
#Property Value
Type | Description |
---|---|
Tdx |
A set of flags that correspond to custom font settings for different List View elements. |
#Remarks
The following table lists all font setting flags:
Flag | Description |
---|---|
Column |
If this flag is set, the control uses a font specified in the control’s Fonts. |
Group |
If this flag is set, the control uses a font specified in the control’s Fonts. |
Group |
If this flag is set, the control uses a font specified in the control’s Fonts. |
Group |
If this flag is set, the control uses a font specified in the control’s Fonts. |
Item | If this flag is set, the control uses a font specified in the control’s Fonts. |
Sub |
If this flag is set, the control uses a font specified in the control’s Fonts. |
If a flag is not set, the List View shows the corresponding UI elements with the default font (that is, the control uses font settings defined in a parent form or panel).
When you change List View Fonts properties listed above, the control automatically sets the corresponding flags. The AssignedValues property setter restores the default value for the corresponding properties when you remove a flag.
Refer to the TdxListViewFontValue type description for information on available options.
See Also