Related resources for Property Grid
  • Using Property Grid In C#9/15/2018 12:46:01 PM. Property Grid control is one of the control we deal with all the time when writing UI applications. This article and attached source code shows how to use the Property Grid control in your application
  • An Application Framework for Editing Objects at Run Time in VB.NET11/9/2012 10:52:19 AM. This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
  • Build your own Visual Studio: An Application Framework for Editing Objects at Run Time11/9/2012 10:27:19 AM. This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio.
  • Build Your Own Visual Studio: An Application Framework for Editing Objects at Run Time10/3/2012 10:37:52 AM. This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
  • Globalized Property Grid5/15/2012 4:12:42 PM. The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values.
  • Using PropertyGrid in .NET1/4/2008 4:46:49 AM. This article describes how to use the PropertyGrid control in .NET