Skip to main content

TcxDataSummaryItem.Position Property

Specifies the panel where a summary is displayed.

Declaration

property Position: TcxSummaryPosition read; write;

Property Value

Type
TcxSummaryPosition

Remarks

The following table lists possible values:

Value

Meaning

spGroup

The summary is displayed in the group panel. This value is applicable only for group summaries of the TcxDataGroupSummaryItems class.

spFooter

The summary is displayed either in the footer panel or in the group footer panel.

It is impossible to change the position of footer summaries which are calculated against all records in a grid control. Footer summaries are always drawn in the footer panel and Position is set to spFooter.

As for group summaries, if Position is spFooter, the summary is displayed in the group footer panel (under all records belonging to a group).

See Also