WebPartMobileAdapter.ItemBulletIconUrl property

Gets the URL of the bullet image that is used when the adapter renders a bulleted list of items.

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

Syntax

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

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

Property value

Type: System.String
The URL of the image file.

Remarks

The default implementation returns /_layouts/images/mblwpitembullet.gif.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace