TdxGridReportLink.OptionsExpanding Property
In This Article
Options defining how master or group rows are displayed in the report.
#Declaration
Delphi
property OptionsExpanding: TdxGridReportLinkOptionsExpanding read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the OptionsExpanding property to set whether group rows or master rows in a report are expanded or collapsed.
Use the RestoreDefaults method to set all options in this set to their defaults.
See Also