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.ExplicitTreeViewExpand Property

Specifies whether the nodes are expanded according to the ExpandLevel property’s value when a tree view component is printed.

#Declaration

Delphi
property ExplicitTreeViewExpand: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the ExplicitTreeViewExpand property to True to force the nodes in a tree view component to expand up to the level specified by the ExpandLevel property when a report is printed. Otherwise, all the nodes in a tree view are expanded (this behaviour corresponds to the ExpandLevel property’s value of -1).

The ExplicitTreeViewExpand property has no effect when the AutoNodesExpand property is inactive, i.e. set to False.

The default value of the ExplicitTreeViewExpand property is False.

See Also