TcxMCListBoxReportLink.HeaderColor Property
In This Article
Specifies the background color of the column headers in a report.
#Declaration
Delphi
property HeaderColor: TColor read; write; default clBtnFace;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
Use the HeaderColor property to specify the background color of the column headers when printing multi-column list box editors.
The HeaderColor property’s default value is clBtnFace.
See Also