Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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