Back to Devexpress

TcxVerticalGridReportLinkOptionsExpanding Class

vcl-dxpscxvgridlnk-81bd551c.md

latest1.3 KB
Original Source

TcxVerticalGridReportLinkOptionsExpanding Class

Contains option which specify the state of parent rows within a report.

Declaration

delphi
TcxVerticalGridReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptionsExpanding
)

Remarks

The TcxVerticalGridReportLinkOptionsExpanding class contains options which specify the state of parent rows within a report. If the AutoExpandRows option is True , then the collapsed parent rows appear as expanded within a report. Otherwise, the parent rows retain their state within the report.

Call the RestoreDefaults method to set all options in this set back to their default values.

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsExpanding TcxVerticalGridReportLinkOptionsExpanding

See Also

TcxVerticalGridReportLinkOptionsExpanding Members

dxPScxVGridLnk Unit