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

TcxSummaryPosition Enum

Enumerates available summary item positions in a data group.

#Declaration

Delphi
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