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

TcxTreeListCustomReportLink.OptionsExpanding Property

Options defining how nodes with child nodes are displayed in the report.

#Declaration

Delphi
property OptionsExpanding: TcxTreeListReportLinkOptionsExpanding read; write;

#Property Value

Type
TcxTreeListReportLinkOptionsExpanding

#Remarks

Use the OptionsExpanding property to tell the TreeList report link whether the nodes should be expanded in the report. Setting the TcxTreeListReportLinkOptionsExpanding.AutoExpandNodes property to True prints the TreeList control with all the nodes expanded but does not affect their state. On the other hand, the TcxTreeListReportLinkOptionsExpanding.ExplicitlyExpandNodes property forces nodes to be expanded.

After changing options you can always restore their default values using the RestoreDefaults method.

See Also