What is the best way to retrieve the display name attribute for an item in your model? I see a lot of people using the LabelFor helper for everything, but a label isn\'t app
You should try new existing function :
<% Html.DisplayNameFor(m => m.YourProperty) %>