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

TdxGridReportLinkOptionsExpanding Class

Options controlling the representation of group or master rows within a report.

#Declaration

Delphi
TdxGridReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptionsExpanding
)

#Remarks

The TdxGridReportLinkOptionsExpanding class determines whether group or master rows are displayed in an expanded state within the report.

To return all options in this set to their defaults, call the RestoreDefaults method.

This set of options can be accessed via the grid report link’s OptionsExpanding property.

See Also