Is it possible to change the label of a radiobutton that is linked to an enum at run time?
Example, my enum has 3 elements "A"; "B" and "C". On my form is a radio button group that displays the enum list. I want other labels on my form that what is set for the enum. And, I can't edit the enum's labels.
Is it possible?
*This post is locked for comments
I have the same question (0)