DataFormWebPart.InitialAsyncDataFetch Property
SharePoint 2010
Gets or sets a value that indicates whether to initially fetch data for the DataFormWebPart using an asynchronous callback when the DataFormWebPart is loaded.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[PersistenceModeAttribute(PersistenceMode.Attribute)] [ResourcesAttribute("DataFormWebPartAsyncDataFetch", "DataFormWebPartAJAXOptions", "DataFormWebPartAsyncDataFetchDescription")] [PersonalizableAttribute(PersonalizationScope.Shared)] [WebBrowsableAttribute(true)] public virtual bool InitialAsyncDataFetch { get; set; }
Property Value
Type: System.Booleantrue if the DataFormWebPart initially fetch data using an asynchronous callback when the DataFormWebPart is loaded; otherwise, false.