Skip to main content

TcxCustomVerticalGridReportLink.OptionsExpanding Property

Contains options which affect how parent rows are displayed within a report.

Declaration

property OptionsExpanding: TcxVerticalGridReportLinkOptionsExpanding read; write;

Property Value

Type
TcxVerticalGridReportLinkOptionsExpanding

Remarks

The OptionsExpanding property provides access to the options which affect the state of parent rows. If the OptionsExpanding.AutoExpandRows property is set to True, then all collapsed parent rows will appear as expanded in a report. Otherwise, parent rows retain their state within a report.

See Also