Navigation :
IAutoCompletionService
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Services |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public interface IAutoCompletionService
Service to implement auto completion features.
Methods
GetAutoCompleteValues(string property, string filter, IEnumerable source)
Gets the auto complete values.
Parameters
Name |
Description |
property |
The property. |
filter |
The filter. |
source |
The source. |
Returns
System.String[].
Exceptions
Name |
Description |
ArgumentNullException |
The source isnull . |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion