TcxDataSummaryItem.Position Property
Specifies the summary item position in a data group.
Declaration
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.
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