C-DEngine 5.105

nmiCtrlComboLookup..::..ValueFld Property

Select the PropertyName/FieldName that contains the Value

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

Syntax


public string ValueFld { get; set; }
Public Property ValueFld As String
	Get
	Set
public:
property String^ ValueFld {
	String^ get ();
	void set (String^ value);
}