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