DataFormWebPart.AsyncRefresh Property
SharePoint 2010
Gets or sets a value that indicates whether the asynchronous refresh is enabled.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[PersistenceModeAttribute(PersistenceMode.Attribute)] [ResourcesAttribute("DataFormWebPartAsyncRefresh", "DataFormWebPartAJAXOptions", "DataFormWebPartAsyncRefreshDescription")] [PersonalizableAttribute(PersonalizationScope.Shared)] [WebBrowsableAttribute(true)] public virtual bool AsyncRefresh { get; set; }
If the AsyncRefresh is set to false, the ManualRefresh will also be set to false.