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

TdxCustomcxControlReportLink.OptionsExpanding Property

Represents a set of options which define how expandable controls are displayed within a report.

#Declaration

Delphi
property OptionsExpanding: TdxCustomReportLinkOptionsExpanding read; write;

#Property Value

Type
TdxCustomReportLinkOptionsExpanding

#Remarks

Use the OptionsExpanding property to define how expandable controls such as the TreeList, Grid or VerticalGrid are displayed in a report. Each of these controls extends the base class with the options specific to a particular control.

Use the report link’s OptionsExpanding.RestoreDefaults method to reset all the options applied to this report link back to their default values.

See Also