Hi,
I need to store a value with Infragistics.Windows.DataPresenter.Cell object but Cell is not deriving from Dependency object so I can not define a attached property on it. However, I see that Cell is having a property name "Tag". Is it safe to use this? What if some code internal to the XamlDataGrid is setting ans accessing it?
Hi Alex, thanks for your response, I have started using this Tag Property and its working fine so far. Thanks, Naveen
Hello,
Please let us know if that answers your question and if you have further questions on this matter.
No code from inside the XamDataGrid is using the Tag property, so you can use it to store any information that you want in the Tag property.