SPCalendarView.EnableV4Rendering property

Enable or disable v4 rendering mode.

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

Syntax

'Declaration
Public Property EnableV4Rendering As Boolean
    Get
    Set
'Usage
Dim instance As SPCalendarView
Dim value As Boolean

value = instance.EnableV4Rendering

instance.EnableV4Rendering = value
public bool EnableV4Rendering { get; set; }

Property value

Type: System.Boolean

Remarks

By default, it follows the UIVersion of current Web.

See also

Reference

SPCalendarView class

SPCalendarView members

Microsoft.SharePoint.WebControls namespace