Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGridReportLinkCardsShadow.Position Property

Specifies the position of card shadows.

#Declaration

Delphi
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