| Site: |
C# Corner |
| Original URL: |
http://www.c-sharpcorner.com/Code/2002/April/GlobalizedPropGrid.asp |
|
Summary:
The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values. Usually you meet some more requirements: It would be nice if there is a user friendly name displayed which may differ from the property member names used for the class. Or the property name needs to be displayed in a different language. Or if international software is required at all we need to display property names in more than one language. Maybe with switching between the languages at runtime. |
|
|
|
|
|