TCustomdxNativeTreeViewReportLink.Options Property
In This Article
Determines which elements of a tree view component are included in a report.
#Declaration
Delphi
property Options: TdxTreeViewPaintOptions read; write; default [tvpoStateImages, tvpoImages, tvpoTreeLines, tvpoButtons];
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Options property to determine which elements of a tree view component are included in a report:
Value | Meaning |
---|---|
tvpo |
If active, borderlines are printed. |
tvpo |
If active, horizontal and vertical grid lines are printed. |
tvpo |
If active, state images are printed. |
tvpo |
If active, node images are printed. |
The default value of this property is [tvpoStateImages, tvpoImages].
See Also