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)
Available in Sandboxed Solutions: No

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