TcxSummaryPosition Enum
Enumerates available summary item positions in a data group.
Declaration
TcxSummaryPosition = (
spGroup,
spFooter
);
Members
Name | Description |
---|---|
spGroup
|
The summary is displayed in the group panel (next to the group expand button). |
spFooter
|
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