SuggestionProviderGetSuggestions Method

Gets the list of suggestions according to the indicated filter.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IEnumerable GetSuggestions(
	string filter
)

Parameters

filter  String
String with the Text used to filter suggestions.

Return Value

IEnumerable
IEnumerable with the suggestions.

Implements

ISuggestionProviderGetSuggestions(String)

See Also