SPCalendarView.DownLevelRendering Property
Gets or sets the Boolean value that indicates that the user's browser doesn't support dynamic HTML (DHTML).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property DownLevelRendering As Boolean
Get
Set
'Usage
Dim instance As SPCalendarView
Dim value As Boolean
value = instance.DownLevelRendering
instance.DownLevelRendering = value
[BindableAttribute(true)]
public bool DownLevelRendering { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting this property instructs the control to ignore chrome templates for rendering.