Click here to Skip to main content
15,888,351 members
Articles / Programming Languages / C#

Customized Display of Collection Data in a PropertyGrid

Rate me:
Please Sign up or sign in to vote.
4.92/5 (165 votes)
30 Jun 200310 min read 1.1M   13.5K   388  
PropertyGrid is widely used to display an object's properties and values
In this article, I will explore an answer to two questions. How is it possible that an array provides its contained objects to the PropertyGrid as if they were properties? Furthermore, the names of the objects contained in the array are displayed with its sequence numbers ( [0],[1],...). The second question is how to customize so that more meaningful data is displayed instead of sequence numbers? We will also develop a solution.

Views

Daily Counts

Downloads

Weekly Counts


Written By
Web Developer
Germany Germany
For ten years I worked as a senior consultant, coach, lead architect and project lead for several consulting companies.
Currently I work as a system architect for Zuehlke Engineering GmbH based in Frankfurt.
You can find a detailed resume here.

Comments and Discussions