SPField.CanBeDisplayedInEditForm Property

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

Syntax

'Declaration
Public ReadOnly Property CanBeDisplayedInEditForm As Boolean
    Get
'Usage
Dim instance As SPField
Dim value As Boolean

value = instance.CanBeDisplayedInEditForm
public bool CanBeDisplayedInEditForm { get; }

Property Value

Type: System.Boolean
A Boolean value = true if the field can be displayed in edit form.

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace