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.