Skip to main content

TcxMCListBoxReportLink Class

A report link used to print multi-column list box editors such as the TcxMCListBox component.

Declaration

TcxMCListBoxReportLink = class(
    TAbstractdxGridReportLink
)

Remarks

TcxMCListBoxReportLink introduces properties which control the appearance of the column headers and lines within a report when printing multi-column list box editors (the HeaderColor, HeaderFont, HeaderTransparent, IncludeHeaders and Options properties) and provides the ability to perform custom drawing via the OnCustomDrawItem event.

See Also