Skip to main content

TdxGridReportLinkOptionsCards.AutoWidth Property

Adjusts the width and height of cards in order to display as many cards within a single report page as possible.

Declaration

property AutoWidth; default False;

Property Value

Type Default
Boolean False

Remarks

Use the AutoWidth property to determine whether the width and height of the cards within a report are automatically adjusted to display as many cards within a report page as possible. The KeepSameWidth and KeepSameHeight properties determine whether the cards in a report are all resized to the same width and height settings.

The default value of the AutoWidth property is False.

See Also