SPFieldLink.ShowInDisplayForm Property
Gets or sets a Boolean value that specifies whether the field reference is displayed in the form or displaying list items.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property ShowInDisplayForm As Boolean
Get
Set
'Usage
Dim instance As SPFieldLink
Dim value As Boolean
value = instance.ShowInDisplayForm
instance.ShowInDisplayForm = value
public bool ShowInDisplayForm { get; set; }
Property Value
Type: System.Boolean
true if the field reference is displayed; otherwise, false.