C-DEngine 5.105

nmiCtrlComboLookup..::..RefreshOnLoad Property

if true, the lookup reloads the content from the StorageMirror when loaded

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> RefreshOnLoad { get; set; }
Public Property RefreshOnLoad As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> RefreshOnLoad {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}