TCustomdxListBoxReportLinkControl.Options Property
Specifies the type of list box lines included in a report.
Declaration
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