Am 18 Sep 2006 02:36:20 -0700 schrieb loudajack:
> I have a Collection property in my custom datagrid control ..
> when I am adding values in this collection it updates and adds the
[quoted text clipped - 4 lines]
> How to retain the values in the Collection property in different Visual
> Studio sessions...??
Use this attribute for your collection property:
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
Bye
Frank Loizzi
Dortmund, Germany