.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.
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.
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.
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.
PropertyGrid utilities
An article on sorting and globalization of properties in a PropertyGrid.
Filtering properties in a PropertyGrid
This articles describes some easy ways to filter the properties displayed in a Microsoft PropertyGrid.
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.
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.

