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

TcxTreeListReportLinkOptionsExpanding Class

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

#Declaration

Delphi
TcxTreeListReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptionsExpanding
)

#Remarks

The TcxTreeListReportLinkOptionsExpanding class contains options that specify how nodes with child nodes are displayed in the report.

Setting the AutoExpandNodes property to True prints the TreeList control nodes as expanded without affecting their state. On the other hand, the ExplicitlyExpandNodes property forces nodes to be expanded.

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

See Also