C-DEngine 5.105

nmiCtrlComboLookup..::..NameFld Property

Select the PropertyName/FieldName that contains the Text to select the value

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

Syntax


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