XsltListFormWebPart.ManualRefresh Property
Gets or sets a value that indicates whether the XsltListFormWebPart can be refreshed manually.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
Public Overrides Property ManualRefresh As Boolean
Get
Set
'Usage
Dim instance As XsltListFormWebPart
Dim value As Boolean
value = instance.ManualRefresh
instance.ManualRefresh = value
[WebBrowsableAttribute(false)]
public override bool ManualRefresh { get; set; }
Property Value
Type: System.Boolean
false in all cases.
Remarks
This property overrides the [T;Microsoft.SharePoint.WebPartPages.ManualRefresh] property. This property was introduced to support asynchronous refreshes of the Web Part data.