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

TCustomdxNativeTreeViewReportLink.Options Property

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
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