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