Collection of unedited thoughts and bits of knowledge I can't seem to remember
Search This Blog
Saturday, January 23, 2010
Using PropertyGrid in C#
Stupidly easy.
I am going to stop creating generic UI to display data and use the PropertyGrid as my new default to display object properties
PropertyGrid1.SelectedObject = myObject;
1 comment:
Anonymous
said...
This C# Property Grid is able to display the properties of any object in a user-friendly way and allows the end users of your applications edit the properties of the object.
1 comment:
This C# Property Grid is able to display the properties of any object in a user-friendly way and allows the end users of your applications edit the properties of the object.
Post a Comment