WebPartMobileAdapter.DetailViewTitleIconUrl property

Gets the URL of the icon that renders beside the title in the detailed view of the Web Part on a mobile page.

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

Syntax

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

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

Property value

Type: System.String
The URL of the icon.

Remarks

The default implementation returns /_layouts/images/mblwpdetailtitle.gif; unless a right-to-left language is being used in which case the default file is /_layouts/images/mblwpdetailtitlertl.gif

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace