.NET news » Search results

Search results for query "propertygrid" (8):

PropertyGridCE - Mobile version of PropertyGrid
Useful control that reproduces most of PropertyGrid functionality in Compact Framework.
2008-06-23 09:31:00   Source: PropertyGridCE - Mobile version of PropertyGrid   Tags: Mobile Components
The PropertyGrid: Overriding class attributes

The DynamicPropWrapper class wraps an existing class and filters the property information that the .NET PropertyGrid displays. The purpose for this is mainly to control the ReadOnly and DefaultValues for each property dynamically in code. Other features include dynamic modification of the Categories, Descriptions, DisplayNames, Property sorting order, and more.

  • Two methods for handling default values.
  • Wraps an existing class making it a drop in solution.
  • Override attributes with one line of code.
  • Preserves all existing attribute information that may allready be defined in your class.
  • Add/override any attribute desired.
2007-08-02 04:03:00   Source: The PropertyGrid: Overriding class attributes   Tags: GUI Examples
xacc.propertygrid
xacc.propertygrid is an ASP.NET custom control with partial design-time support. It makes use of a host of front- and back-end technologies to provide a dynamic, yet responsive experience to the user.
2006-05-15 15:26:00   Source: xacc.propertygrid   Tags: Components ASP.NET
Changing the look and feel of the propertygrid
Make the propertygrid control look like the one provided in the VS 2005 IDE: illustrates changing the propertygrid toolbar renderer with ToolStripRenderer and more.
2006-05-11 07:25:00   Source: Changing the look and feel of the propertygrid   Tags: GUI
PropertyGrid utilities
An article on sorting and globalization of properties in a PropertyGrid.
2006-04-07 13:47:00   Source: PropertyGrid utilities   Tags: GUI
Filtering properties in a PropertyGrid
This articles describes some easy ways to filter the properties displayed in a Microsoft PropertyGrid.
2006-03-27 08:57:00   Source: Filtering properties in a PropertyGrid   Tags: GUI C#
XmlGridControl Editing XML Data in the PropertyGrid
Using an XML Schema Definition file, this program uses code generation and CodeDom manipulation to edit XML data in the PropertyGrid.
2006-03-03 11:55:00   Source: XmlGridControl Editing XML Data in the PropertyGrid   Tags: Examples XML
Context menu for the custom properties in the C# PropertyGrid
Context menu for the custom properties in the C# PropertyGrid allowing the user to reset the properties, the same way as in Visual Studio.
2006-01-29 14:13:00   Source: Context menu for the custom properties in the C#...   Tags: Examples C#