TdxListViewFonts.GroupHeader Property
Specifies a font for all group headers in the List View.
Declaration
property GroupHeader: TFont index 1 read; write;
Property Value
Type | Description |
---|---|
TFont | A group header font. |
Remarks
The GroupHeader property setter adds the GroupHeader flag to the AssignedValues property. This flag indicates if the control uses the GroupHeader property value instead of the parent level font to display group headers. When you remove this flag from the AssignedValues property, the control restores the default GroupHeader property value (that is, sets this property to a font defined in a parent form or panel).
Note
The List View shows groups only if the control’s GroupView property is set to True.
See Also