Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
932
Adding Attached property to Cell
posted

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?