I populated a combobox with enum values , I created getter/setter to retrive/set these values .I can get the enum value as string but can't convert it to enum value to set the setter part .How to convert a string to the enum value. Thanks
edit : without having to create string properties instead of EnumType propertry .
