Hi, I’m trying to implements multiple Infragistics condition in my object.I could do it but now I would like to add conditions in design mode.Can you help me to create a collection class?I already tried to implement IList and ICollection but they didn’t work.
Hello Seritel,
Please provide more details about the kind of object you are trying to create. You can always create a collection by using a generic collection class. I'm providing a link that should help get you started.
http://msdn.microsoft.com/en-us/library/bb762916.aspx