Share via


DataFormWebPart.InitialAsyncDataFetch property

Gets or sets a value that indicates whether to initially fetch data for the DataFormWebPart using an asynchronous callback when the DataFormWebPart is loaded.

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

Syntax

[PersonalizableAttribute(PersonalizationScope.Shared)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResourcesAttribute("DataFormWebPartAsyncDataFetch", "DataFormWebPartAJAXOptions", 
    "DataFormWebPartAsyncDataFetchDescription")]
[WebBrowsableAttribute(true)]
public virtual bool InitialAsyncDataFetch { get; set; }

Property value

Type: System.Boolean
true if the DataFormWebPart initially fetch data using an asynchronous callback when the DataFormWebPart is loaded; otherwise, false.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace