Skip to main content

TcxGridBand.Tag Property

Stores a value associated with the current band.

Declaration

property Tag: TcxTag read; write;

Property Value

Type
TcxTag

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