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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.