SPCalendarViewStyle.ImageName property

Gets or sets the file name of the image that is associated with the Day, Week, or Month view link in the calendar user interface.

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

Syntax

'Declaration
Public Property ImageName As String
    Get
    Set
'Usage
Dim instance As SPCalendarViewStyle
Dim value As String

value = instance.ImageName

instance.ImageName = value
public string ImageName { get; set; }

Property value

Type: System.String
A string that contains the name of the image file. The default values are day.gif, week.gif, and month.gif.

See also

Reference

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace