Skip to main content

TdxGridReportLinkOptionsExpanding.ExpandMasterRows Property

Determines whether master rows are expanded within the report.

Declaration

property ExpandMasterRows: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the ExpandMasterRows property to ensure all master rows are displayed expanded within your report regardless of the views settings. Otherwise, master rows are displayed collapsed.

The default value of the ExpandMasterRows property is False.

See Also