DataFormWebPart.ManualRefresh property
Gets or sets a value that indicates whether the manual refresh is enabled.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.Attribute)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("DataFormWebPartManualRefresh", "DataFormWebPartAJAXOptions", _
"DataFormWebPartManualRefreshDescription")> _
Public Overridable Property ManualRefresh As Boolean
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As Boolean
value = instance.ManualRefresh
instance.ManualRefresh = value
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[ResourcesAttribute("DataFormWebPartManualRefresh", "DataFormWebPartAJAXOptions",
"DataFormWebPartManualRefreshDescription")]
public virtual bool ManualRefresh { get; set; }
Property value
Type: System.Boolean
true if the asynchronous manual refresh is enabled; otherwise, false.
Remarks
If the ManualRefresh is set to true, the AsyncRefresh will also be set to true.