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

TCustomdxListBoxReportLinkControl.Options Property

Specifies the type of list box lines included in a report.

#Declaration

Delphi
property Options: TdxListBoxPaintOptions read; write; default [lbxpoBorder, lbxpoHorzLines];

#Property Value

Type
TdxListBoxPaintOptions

#Remarks

Use the Options property to specify which list box lines are printed. The following values are available:

Value Meaning
lbxpoBorder If active, borderlines are printed.
lbxpoHorzLines If active, horizontal lines are printed.

The default value of the Options property is [lbxpoBorder, lbxpoHorzLines].

See Also