DateTimeControl.CalendarImageUrl Property
Gets or sets the URL of the calendar image used by the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(False)> _
Public Property CalendarImageUrl As String
Get
Set
'Usage
Dim instance As DateTimeControl
Dim value As String
value = instance.CalendarImageUrl
instance.CalendarImageUrl = value
[BindableAttribute(false)]
public string CalendarImageUrl { get; set; }
Property Value
Type: System.String
A string that represents the URL of the calendar image.