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)
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.