Back to Devexpress

TcxDataSummaryItem.Position Property

vcl-cxcustomdata-dot-tcxdatasummaryitem-6c1c4114.md

latest1.3 KB
Original Source

TcxDataSummaryItem.Position Property

Specifies the summary item position in a data group.

Declaration

delphi
property Position: TcxSummaryPosition read; write;

Property Value

TypeDescription
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.

Property Values

spGroupThe summary is displayed in the group panel (at the group expand button).spFooterThe 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

TcxDataSummaryItem Class

TcxDataSummaryItem Members

cxCustomData Unit