TdxListViewFonts Class
Contains font settings for List View elements.
Declaration
TdxListViewFonts = class(
TdxListViewPersistent
)
Remarks
The class members allow you to specify fonts for the following:
- Column headers (ColumnHeader)
- Group headers (GroupHeader)
- Group subtitles (GroupSubtitle)
- Group footers (GroupFooter)
- Item captions (Item)
- Subitems (SubItem)
- All UI elements (SetFont)
You can use the AssignedValues property to specify if custom font settings affect List View elements.
The List View’s Fonts property references a TdxListViewFonts object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
TdxListViewFonts
See Also