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

TcxDBDataSummaryItem.FieldName Property

Defines the field name from which values are retrieved to calculate a summary.

#Declaration

Delphi
property FieldName: string read; write;

#Property Value

Type
string

#Remarks

The FieldName property allows you to calculate a summary by one item and position its result based on another item. Use the FieldName property to assign the field name in the corresponding dataset against which the summary is calculated. If you do not specify the field name, the summary is calculated against values of the item referenced by the ItemLink property. The summary result is always placed at the position corresponding to the item referenced by the ItemLink property.

See Also