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

TcxDataSummaryItem.Tag Property

Stores an integer value associated with the summary item.

#Declaration

Delphi
property Tag: Longint read; write; default 0;

#Property Value

Type Default Description
Longint 0

The integer value associated with the summary item.

#Remarks

You can use the Tag property to associate summary items with integer values to use them as an additional identification mechanism, similar to the Tag property of any TComponent class descendant.

Tip

If you assign unique values to Tag properties of all summary items in the parent collection, you can call its FindByTag function to access summary items by tags.

See Also