Public Property Hidden As Boolean
Dim instance As SPField Dim value As Boolean value = instance.Hidden instance.Hidden = value
public bool Hidden { get; set; }
I've developed a custom application page that allows a site administrators to toggle the Hidden Property of any SharePoint List of Field. The page displays all the lists and fields in the site regardless of their hidden status. The code sample and a link to the downloadable page can be found at http://blog.rafelo.com/2008/06/exposing-and-creating-hidden-sharepoint.html. I hope it helps. Any feedback is appreciatedRafelohttp://blog.rafelo.com/