Skip to main content

TdxGridReportLinkOptionsExpanding.ExpandGroupRows Property

Determines whether group rows are expanded within the report.

Declaration

property ExpandGroupRows: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the ExpandGroupRows property to ensure all group rows are displayed fully expanded within your report, regardless of the views settings. Otherwise, they are displayed in a collapsed state.

The default value of the ExpandGroupRows property is False.

See Also