CodePlexProject Hosting for Open Source Software
Voted
Give an option for instantiating an instance of a known class within the Property Grid.
No files are attached
smurfiv wrote Feb 21 at 6:20 PM
Add a local resource in Xaml and then use that as the binding e.g. <Window.Resources> <local:ClientPropertiesDisplay x:Key="csd" /> </Window.Resources> <my:PropertyGrid Name="grid" Instance="{Binding Source={StaticResource csd}}" />
DenisVuyka wrote Jun 25 2008 at 7:23 AM
I think that might break the overall paradigm of property grids. Property Grid should deal with live instances coming out from Model and shouldn't integrate into the application logic life cycle. It might be of value for testing purposes but I don't see the use cases for end implementations.
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.