C-DEngine 5.105

nmiCtrlComboBox..::..Filter Property

Allows to set a simple filter on the result of the lookup. syntax: FldName=FldValue

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

Syntax


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