SPList.NavigateForFormsPages Property

Indicates whether to navigate for forms pages or use a modal dialog.

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

Syntax

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

value = instance.NavigateForFormsPages

instance.NavigateForFormsPages = value
public bool NavigateForFormsPages { get; set; }

Property Value

Type: System.Boolean
A Boolean value = true indicates navigate the full page and false indicates that the list form page is launched in a modal dialog.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace