LookUpEditAutoSearchEventArgs.SetParameters Method
Name | Parameters | Description |
---|---|---|
SetParameters(FindPanelParserKind, FilterCondition) | kind, condition | Allows you to change how the lookup editor searches for items in its drop-down panel. |
SetParameters(String, FindPanelParserKind, FilterCondition) | text, kind, condition | Allows you to change how the lookup editor searches for items in its drop-down panel. |
SetParameters(String, String, FindPanelParserKind, FilterCondition) | fieldName, text, kind, condition | Allows you to change how the lookup editor searches for items in its drop-down panel. |
SetParameters(String[], String, FindPanelParserKind, FilterCondition) | fieldNames, text, kind, condition | Allows you to change how the lookup editor searches for items in its drop-down panel. |