Skip to main content

TcxTreeListReportLinkOptionsExpanding.AutoExpandNodes Property

Specifies whether TreeList control nodes are expanded within the report.

Declaration

property AutoExpandNodes: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the AutoExpandNodes property to True to print the TreeList control nodes as expanded without affecting their state or to False to print them in their current state.

The default value of the AutoExpandNodes property is False.

See Also