Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxMCListBoxReportLink.Options Property

Specifies which elements in the multi-column list box editors are included in a report.

#Declaration

Delphi
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