TcxMRUFontNameItem.Tag Property
Stores a value associated with the item.
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 items or when you need to have an additional item identification mechanism.
See Also