IDwReadOnlyDddw.AutoRetrieve Property
.NET Standard 2.x
Gets a bool
value which indicates whether the DropDownDataWindow data is retrieved with the parent DataWindow.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool AutoRetrieve { get; }
Property Value
System.Boolean
A bool
value which indicates whether the DropDownDataWindow data is retrieved when the parent DataWindow
data is retrieved.
Values are:
Yes -- (Default) Data is automatically retrieved.
No -- Data must be retrieved separately.
Applies to
.NET Standard
2.x