XsltListViewWebPart.ClientRender property
return true if we're doing client side rendering.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ClientRender As Boolean
Get
Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As Boolean
value = instance.ClientRender
instance.ClientRender = value
public bool ClientRender { get; set; }
Property value
Type: System.Boolean