Is there way to add some extra data to a ButtonTool or ToolBase?
I'm currently trying out the Tag property, but it seems to be resetted somehow without me having this under control... If I add ButtonTools to the ToolsCollection of the ToolbarsManager, the Tag property seems to be null after having added it...
I could off course extend ButtonTool, but that will take a lot of work.
Thx, Lieven Cardoen
Could it be that the object needs to be serializable?
Hello Lieven,
Thank you for contacting Infragistics.
I just did some testing with this and found that if you set the Tag on the instance instead of on the root tool it works as expected. I believe this is expected, but I will check with our engineers and get back to you.