TcxMCListBoxReportLink.Options Property
Specifies which elements in the multi-column list box editors are included in a report.
Declaration
property Options: TcxMCListBoxPaintOptions read; write; default [Low(TcxMCListBoxPaintOption), High(TcxMCListBoxPaintOption)];
Property Value
Type |
---|
TcxMCListBoxPaintOptions |
Remarks
Use the Options property to specify the elements in the multi-column list box editors that will be drawn in a report. The available options include:
Value | Description |
---|---|
mclbpoBorder | If active, borderlines are printed. |
mclbpoHorzLines | If active, horizontal lines are printed. |
mclbpoVertLines | If active, vertical lines are printed. |
mclbpoColumnHeaders | If active, the column headers are printed. |
By default, all options are active.
See Also