DailyCalendarView.ShowAllDayEvents Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowAllDayEvents As Boolean
Get
Set
'Usage
Dim instance As DailyCalendarView
Dim value As Boolean
value = instance.ShowAllDayEvents
instance.ShowAllDayEvents = value
public bool ShowAllDayEvents { get; set; }
Property Value
Type: System.Boolean