WebPartMobileAdapter.DetailViewPageUrl Property

Gets the URL of the detailed mobile view page of the Web Part that is being adapted.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overridable ReadOnly Property DetailViewPageUrl As String
    Get
'Usage
Dim value As String

value = Me.DetailViewPageUrl
protected virtual string DetailViewPageUrl { get; }

Property Value

Type: System.String
The URL of the detailed mobile view page.

See Also

Reference

WebPartMobileAdapter Class

WebPartMobileAdapter Members

Microsoft.SharePoint.WebPartPages Namespace