Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 336 Bytes

DynamicProperties

Adding the ability to add properties to objects at runtime with custom System.ComponentModel.PropertyDescriptor's.

These runtime added properties can only be read via the System.ComponentModel.TypeDescriptor.

Use case: Introducing new properties to ViewModels. These properties work well with Databinding in WPF