DCSIMG
DEV,Snippets - Ran Wahle's blog

Ran Wahle's blog

Browse by Tags

All Tags » DEV » Snippets (RSS)
Code snippet for control wrapping properties
many of us, I’m sure, needed to wrap inner controls of a user\custom control with public properties. That’s in order to have their control encapsulated, and to add some code flexibility (If the control is changing, all I need to do is change the code of my property and the rest remains intact....