K
Kaimal
Hi
I have a user control in which i have a collection (ArrayList) of
userdefined objects (A class with two public properties).
I am using a custom editor derived from UITypeEditor to edit the values of
this collection. The problem is that values in this collection are not
persisted to code.
I have tried using DesignerSerializationVisibility as Content.
Every thing is working fine if i have a premitive type (Double) in the
collection.
have any one faced similar situvation?
Can any one send a code snippet explaining how to persist a collection of
user defined objects.
Thanks in advance
Ragesh Kaimal
I have a user control in which i have a collection (ArrayList) of
userdefined objects (A class with two public properties).
I am using a custom editor derived from UITypeEditor to edit the values of
this collection. The problem is that values in this collection are not
persisted to code.
I have tried using DesignerSerializationVisibility as Content.
Every thing is working fine if i have a premitive type (Double) in the
collection.
have any one faced similar situvation?
Can any one send a code snippet explaining how to persist a collection of
user defined objects.
Thanks in advance
Ragesh Kaimal