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

TcxVerticalGridReportLinkOptionsExpanding Class

Contains option which specify the state of parent rows within a report.

#Declaration

Delphi
TcxVerticalGridReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptionsExpanding
)

#Remarks

The TcxVerticalGridReportLinkOptionsExpanding class contains options which specify the state of parent rows within a report. If the AutoExpandRows option is True, then the collapsed parent rows appear as expanded within a report. Otherwise, the parent rows retain their state within the report.

Call the RestoreDefaults method to set all options in this set back to their default values.

#Inheritance

See Also