Hi Asad,
The easiest way would be to use a ValueList with ValueMember and DisplayMember.
Another way would be to use a DataFilter and handle the conversion from string to enum and vice versa in code.