PropertyGrid with Radzen

Is it planned to implement a PropertyGrid-like Component for easy Setting-Management ?

I using the MVVM-Pattern in my application an need a easy way to populate my Settings-Classes

Hi @MKRadzen,

We don’t have such component planned for the near future.

Thanks for your fast reply.

Did you have an idee, which of yours component i can use to implement something same? I think it should be dynamic (maybe with reflection) to show and edit the values

Hi @MKRadzen,

You can use TemplateForm to achieve this. You can create desired editors in a loop using reflected property infos.