Posted 15 years ago
by softeng
Hello,
Is there any way to make a property readonly dynamically in c# source code without using xaml? I need to make a property readonly when the value of another property changes, but I need to do this dynamically in c# code.
Similarly, is there any way to show or hide a property dynamically in c# source code without using xaml?
Thanks.
Is there any way to make a property readonly dynamically in c# source code without using xaml? I need to make a property readonly when the value of another property changes, but I need to do this dynamically in c# code.
Similarly, is there any way to show or hide a property dynamically in c# source code without using xaml?
Thanks.