SPList.UseFormsForDisplay Property

Indicates whether forms should be considered for display context or not.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overridable Property UseFormsForDisplay As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.UseFormsForDisplay

instance.UseFormsForDisplay = value
public virtual bool UseFormsForDisplay { get; set; }

Property Value

Type: System.Boolean
A Boolean value = true if forms should be considered for display context.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace