Search code examples
c#propertygrid

Using PropertyGrid - Adding special property to PropertyGrid (e.x.: property that a user got a checkbox and a textbox)


I read some stuff about PropertyGrid (cause I am pretty new to that control) like:

Dynamic_Propertygrid

DynPropGrid

PropertyGridInCSharp

But, I am still trying to get info about how to create my own Property Type.

Like when the user wants to enter a value then he needs to click on the checkbox and enter text in a textbox. Like two controls in the Property value.


Solution

  • This type of information is spelled out in detail in Getting the Most Out of the .NET Framework PropertyGrid Control on MSDN.