WebPartMobilePageNavigation.LinkToDetailView Property
Gets or sets a value that determines whether the GenerateUrl() method will return the URL of the detailed view page or the summary view page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property LinkToDetailView As Boolean
Get
Set
'Usage
Dim instance As WebPartMobilePageNavigation
Dim value As Boolean
value = instance.LinkToDetailView
instance.LinkToDetailView = value
public bool LinkToDetailView { get; set; }
Property Value
Type: System.Boolean
true to specify that the WebPartMobilePageNavigation object is a link to the detailed view page; false to specify that it is a link to the summary view page.
See Also
Reference
WebPartMobilePageNavigation Class