Skip to main content

TdxGridReportLinkCardsShadow.Position Property

Specifies the position of card shadows.

Declaration

property Position: TdxGridCardShadowPosition read; write; default cspBottomRight;

Property Value

Type Default
TdxGridCardShadowPosition cspBottomRight

Remarks

Use the Position property to specify the position of card shadows within a report. This property cannot be accessed via the report designer. Thus you should specify its value via the Object Inspector or via code.

Card shadow position is cspBottomRight Card shadow position is cspTopLeft

The default value of the Position property is cspBottomRight.

See Also