Skip to main content

TcxDataSummaryItem.Tag Property

Stores an integer value associated with the summary item.

Declaration

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