C-DEngine 5.105

nmiCtrlComboBox..::..DisplayField Property

Display this text instead of the real value in the field

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

Syntax


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