TcxTreeListReportLinkStyles.Header Property
In This Article
Specifies the style to be used for column headers.
#Declaration
Delphi
property Header: TcxStyle index vspsTreeListHeader read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Header property to define the style (font, text color, background color and background bitmap) common to all column headers within the TreeList control report.
See Also