Gets or sets a source for autocompletion suggestions. This may be a collection of strings or an IAutoCompleteSuggestionProvider. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Object SuggestionsSource { get; set; }
Visual Basic (Declaration)
Public Property SuggestionsSource As Object

Remarks

Dependency Property Information
Identifier field SuggestionsSourceProperty
Metadata properties set to true None

See Also