Want to add new properies in ListItem Collection
Posted
by Kamlesh
on Stack Overflow
See other posts from Stack Overflow
or by Kamlesh
Published on 2010-06-14T13:40:17Z
Indexed on
2010/06/14
13:42 UTC
Read the original article
Hit count: 275
I am working on to create a custom control inherited by CheckboxList control. We can add items from ListItem collection editior at the design time. In this ListItem Collection editor there are 4 properties
1) Enabled
2) Selected
3) Text
4) value
I really need to add some new properties such as "ImageURL" and "IsClear". Is there any ideas/methods or magic to add these properties.
© Stack Overflow or respective owner