TcxSummaryPosition Enum
Enumerates available summary item positions in a data group.
#Declaration
Delphi
TcxSummaryPosition = (
spGroup,
spFooter
);
#Members
Name | Description |
---|---|
sp
|
The summary is displayed in the group panel (next to the group expand button). |
sp
|
The summary is displayed in the group footer panel (under all records in the data group). |
#Remarks
You can position a group summary in a group panel (next to the group expand button) or a group footer panel.
#Direct TcxSummaryPosition Type Reference
The TcxDataSummaryItem.Position property references the TcxSummaryPosition
type.
See Also