Microsoft Silverlight has a great and very halpfull control - DataGrid. It's indispensable when you need to show a lot of data. But it has a nuance. DataGrid works with objects and binds only with public properties.
The ClassProvider was developed to solve the problem. If you have a collection of columns you can use ClassProvider to create new Type at runtime. This Type will contain nessessary public properties and support INotifyPropertyChanged interface.
-
Notifications
You must be signed in to change notification settings - Fork 0
lagner/CommonLibraries.ClassProvider
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The ClassProvider gets a collection of property name/property type keyvaluepairs. And return a new Type, witch contains a public properties(keys in collection)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published