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

TcxCustomVerticalGridReportLink.OptionsExpanding Property

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

#Declaration

Delphi
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