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
Status: New
Binding NameValue pair correctly in XamPropertyGrid

Hi Team,

We have extensively used XamPropertyGrid for one of our application. During that we came across an issue while binding NameValue pair to XamPropertyGrid. Below is the scenario:

1. SelectedObject has NameValue property.

2. In NameValue property, we have different data type of values like int,string,bool,list etc.

3.By default you know, based on data type respective input fields are displayed in XampropertyGrid. But in case of NameValue pair, all input fields are displayed as TextField by default.

4. So, it would be good idea if you can have a way to display the input fields based on data type of value of NameValue pair property i.e if value is if type bool, then display checkbox, if it is list then display combo box etc.