Share via


SPCalendarBase.DownLevelRendering property

Indicates whether the user's browser supports 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 SPCalendarBase
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 to true instructs the control to ignore chrome templates for rendering.

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace