SPMobileContext.IsView Property

Gets a value that indicates whether the current page is a list view page, instead of a form.

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

Syntax

Public Overridable ReadOnly Property IsView As Boolean
    Get

Dim instance As SPMobileContext
Dim value As Boolean

value = instance.IsView
public virtual bool IsView { get; }

Property Value

Type: System.Boolean
true if the current page is a list view page; otherwise, false.

See Also

Reference

SPMobileContext Class

SPMobileContext Members

Microsoft.SharePoint Namespace