TcxMCListBoxReportLink.HeaderColor Property
Specifies the background color of the column headers in a report.
Declaration
property HeaderColor: TColor read; write; default clBtnFace;
Property Value
Type | Default |
---|---|
TColor | clBtnFace |
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