10328 : Tag on TimeItems

Question

Hello,

i’d like to ask if it’s possible to add a Tag property (an Object variable) to the TimeItem class and GanttRow one (and maybe others). Usually it’s present in the .NET default controls to store useful data (like the code that represent a node in a tree control) for easily identify things.

I’d like to see that already implemented in the Gantt component without deriving the already existing classes.

Answer

Yes you are free to use the UserReference property of the TimeItem for this.

Leave a Reply