This topic has not yet been rated - Rate this topic

SPField.CanBeDisplayedInEditForm Property

SharePoint 2010

A read-only property indicating whether or not the field can be displayed in an edit form.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
public bool CanBeDisplayedInEditForm { get; }

Property Value

Type: System.Boolean
A Boolean value = true if the field can be displayed in edit form.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Debugger Displays it correctly
I can see the property in the debugger <watch window>. But I can not use it as the compiler gives compilation error. Why is that?