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

TcxDataSummaryItem.Position Property

Specifies the summary item position in a data group.

#Declaration

Delphi
property Position: TcxSummaryPosition read; write;

#Property Value

Type Description
TcxSummaryPosition

The group summary position.

#Remarks

You can set the Position property to spGroup or spFooter to move the group summary between group and group footer panels.

VCL Data Controller: Group and Footer Summary Items

#Property Values

spGroup
The summary is displayed in the group panel (at the group expand button).
spFooter
The summary is displayed in the group footer panel (under all records in the group).

#Limitations

The Position property has no effect on footer summary items. A footer summary is always within the footer panel.

See Also