Share via


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)

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.

See also

Reference

SPCalendarView class

SPCalendarView members

Microsoft.SharePoint.WebControls namespace