Back to Devexpress

TcxSummaryPosition Enum

vcl-cxcustomdata-1346ffda.md

latest940 B
Original Source

TcxSummaryPosition Enum

Enumerates available summary item positions in a data group.

Declaration

delphi
TcxSummaryPosition = (
    spGroup,
    spFooter
);

Members

NameDescription
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

TcxSummaryKind Type

cxCustomData Unit