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
66
Image .NET in xamDataGrid
posted

Hi,

I would like to bind a .NET Image directly in xamDataGrid

I use a object user like this one:

public string user;

public string pass;

public Image image;

 

When I set my grid.datasource, the image is always empy.

Can you help me?