Das zu 100% in WPF entwickelte WPF PropertyGrid Control wurde in einer neuen Version zur Verfügung gestellt. Es bietet reichhaltige Funktionen und ist zudem auch noch hübsch anzusehen. Nachfolgend ein Ausschnitt der langen Funktionsliste:
- 100% WPF Component (no Windows Forms interop, no native code calls, etc.)
- Same property editing approach introduced by Visual Studio 2008 WPF Designer ("Cider") and Expression Blend, same steps for creating inline and dialog based editors
- Built-in property editors and support for editors customization, injection
- Property grouping, sorting and filtering, property display schemas based on multiple rule sets
- Several display modes for properties (Native CLR properties, Dependency properties, All properties)
- Optional display of Attached or Read-only properties
- Category initial mode configuration (expanded or collapsed by default)
- Property metadata (DisplayNameAttribute, CategoryAttribute, DescriptionAttribute, etc) and ICustomTypeDescriptor support
- All property metadata is accessible from custom editors, MetadataStore support
- Property "Search Box" with live view updates, possibility to hide/show search box
- Basic support for Windows Forms interopability, display of non-dependency objects, integration into Windows Forms application)
Weitere Informationen, Screenshots, Tutorials etc. finden sich auf der Projektseite: www.codeplex.com/wpfpropertygrid