SPList.UseFormsForDisplay property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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