Back to Devexpress

LookUpEditAutoSearchEventArgs.SetParameters Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupeditautosearcheventargs-dot-setparameters.md

latest1.5 KB
Original Source

LookUpEditAutoSearchEventArgs.SetParameters Method

NameParametersDescription
SetParameters(FindPanelParserKind, FilterCondition)kind, conditionAllows you to change how the lookup editor searches for items in its drop-down panel.
SetParameters(String, FindPanelParserKind, FilterCondition)text, kind, conditionAllows you to change how the lookup editor searches for items in its drop-down panel.
SetParameters(String, String, FindPanelParserKind, FilterCondition)fieldName, text, kind, conditionAllows you to change how the lookup editor searches for items in its drop-down panel.
SetParameters(String[], String, FindPanelParserKind, FilterCondition)fieldNames, text, kind, conditionAllows you to change how the lookup editor searches for items in its drop-down panel.