Share via


SPCalendarBase.MultiDaysItemList property

Gets the IList value that represents the multiday items list.

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

Syntax

'Declaration
Protected ReadOnly Property MultiDaysItemList As IList
    Get
'Usage
Dim value As IList

value = Me.MultiDaysItemList
protected IList MultiDaysItemList { get; }

Property value

Type: System.Collections.IList

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace