Skip to main content

TcxTreeListBand.Tag Property

Stores a value associated with the band.

Declaration

property Tag: TdxNativeInt read; write; default 0;

Property Value

Type Default
TdxNativeInt 0

Remarks

The Tag property has no predefined meaning. You can use it when it is necessary to store additional values associated with bands or when you need to have an additional band identification mechanism.

See Also