I am using the Property Grid control, and I want to implement a property input style similar to a button, just like the Collections Editor. The style is the same, but it triggers a custom pop-up window that returns string data to the current property value after the pop-up operation is completed.
Can this button be bound to a Command in the VNet when I am using MVVM mode for development? Do you have any examples?
thank you.