Back to Devexpress

TdxGridReportLinkOptionsCards Class

vcl-dxpscxgridlnk-4a557bfb.md

latest1.3 KB
Original Source

TdxGridReportLinkOptionsCards Class

Options applied to a card view in the report.

Declaration

delphi
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.

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxGridReportLinkOptions TdxGridReportLinkOptionsCustomLayoutView TdxGridReportLinkOptionsCards

See Also

TdxGridReportLinkOptionsCards Members

dxPScxGridLnk Unit