WinFormsOBPartBase.DelayDataFetch Property
Gets or sets a value that indicates whether to delay data fetch for this external data part.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public Property DelayDataFetch As Boolean
Get
Set
'Usage
Dim instance As WinFormsOBPartBase
Dim value As Boolean
value = instance.DelayDataFetch
instance.DelayDataFetch = value
public bool DelayDataFetch { get; set; }
Property Value
Type: System.Boolean
true if data fetch should be delayed for this external data part; otherwise, false.
Remarks
If this property is set to true and this external data part is initialized in a collapsed state, then data fetch will not happen at its usual time in the OnElementInitialized() method. Instead, this external data part will fetch the data when user expands the external data part for the first time.