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
990
Select fields in object data binding
posted

I have an array of type Customer (custom type, result of WCF service) and I bind it to the xamDataGrid but I don't want to show all properties of this type. I tried to set it through tag Field in xaml but doesn't work.

my question is:
Is possible to set fields in xaml to show the fields that i want of an array of custom type?