Skip to main content

TdxGridReportLinkOptionsCards Class

Options applied to a card view in the report.

Declaration

TdxGridReportLinkOptionsCards = class(
    TdxGridReportLinkOptionsCustomLayoutView
)

Remarks

The TcxGridReportLinkOptionsCards object defines features such as whether card heights and widths are calculated automatically, the spaces between cards and the visibility of card lines. 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 OptionsCards property.

See Also