BaseXsltListWebPart.IsClientRender property

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared, True)> _
Public Property IsClientRender As Boolean
    Get
    Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As Boolean

value = instance.IsClientRender

instance.IsClientRender = value
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
public bool IsClientRender { get; set; }

Property value

Type: System.Boolean

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace