Back to Devexpress

TdxGridReportLinkOptionsExpanding Class

vcl-dxpscxgridlnk-8dc27f28.md

latest1.2 KB
Original Source

TdxGridReportLinkOptionsExpanding Class

Options controlling the representation of group or master rows within a report.

Declaration

delphi
TdxGridReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptionsExpanding
)

Remarks

The TdxGridReportLinkOptionsExpanding class determines whether group or master rows are displayed in an expanded state within the report.

To return all options in this set to their defaults, call the RestoreDefaults method.

This set of options can be accessed via the grid report link’s OptionsExpanding property.

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsExpanding TdxGridReportLinkOptionsExpanding

See Also

TdxGridReportLinkOptionsExpanding Members

dxPScxGridLnk Unit