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
745
Retrieve ValueToDisplayTextConverter from a cell
posted

Hi,

I set a ValueToDisplayTextConverter to all my XamNumericEditor and I try to retrieve it programatically from the cell, but I can't find any path to it.  Anyone knows if it is possible to do it?

Thanks

  • 69686
    posted

    The converter is just a public class outside the XamDataGrid that implements the IValueConverter interface. Can't you just create a new instance of that class?