Share via


XsltListFormWebPart.InitialAsyncDataFetch property

Gets or sets a value that indicates whether the XsltListFormWebPart fetches data asynchronously.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
Public Overrides Property InitialAsyncDataFetch As Boolean
    Get
    Set
'Usage
Dim instance As XsltListFormWebPart
Dim value As Boolean

value = instance.InitialAsyncDataFetch

instance.InitialAsyncDataFetch = value
[WebBrowsableAttribute(false)]
public override bool InitialAsyncDataFetch { get; set; }

Property value

Type: System.Boolean
false in all cases.

Remarks

This property overrides the [T;Microsoft.SharePoint.WebPartPages.AsyncDataFetch] property. This property was introduced to support asynchronous refreshes of the Web Part data.

See also

Reference

XsltListFormWebPart class

XsltListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace