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