Data Binding an Enum with Descriptions Article Update for .NET 3.5

  • 1 minute to read
  • edit

Recently, I posted an article on Code Project about data binding an enumerated type with support for custom and localizable descriptions to any UI element that supports data binding. It was pointed out in the article comments that this class is a perfect candidate for .NET 3.5 extension methods. I have just updated the article to show how easy it is to convert the methods to be extension methods.

Comments