SPCalendarBase.DayItemList Property
Gets the list of day items.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property DayItemList As IList
Get
'Usage
Dim value As IList
value = Me.DayItemList
protected IList DayItemList { get; }
Property Value
Type: System.Collections.IList