Hi all,
I have a base enum TennisPlayer with two values say Player1 (label: Federar) and Player2 (label: Nadal). This enum is used as the data source of a combobox item in one of my forms.
Now from one of my classes I want to programmatically set the label of the Item2 of my enum to say Murrey (if a particular condition is satisfied). How to set the label of the enum? I cant find solution anywhere.
*This post is locked for comments
I have the same question (0)