WPF Property Grid
Harness the power of Visual Studio’s property grid control and bring it to your WPF applications. Browse, view, and edit the properties of one or more objects with its built-in collection of standard property editors.
WPF 샘플 다운로드Inspect Multiple Objects
When you bind objects to the SelectedObject(s) property, the xamPropertyGrid will display that object’s properties for viewing and editing. Even complex properties with nested or sub properties are easily explored.
A Variety of Editors
Select one of the standard editors available or you provide your own custom editors based on a property type or name using xamPropertyGrid.