TcxVerticalGridReportLinkOptionsExpanding.AutoExpandRows Property
In This Article
Specifies whether the collapsed parent rows are displayed as expanded within a report.
#Declaration
Delphi
property AutoExpandRows: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the AutoExpandRows property to True to expand the collapsed parent rows within a report. If this property value is False, then the parent rows will retain their state within the report.
The default value of the AutoExpandRows property is False.
See Also