TextBoxAutoCompleteProvider Property

Gets or sets the suggestion provider used to load the suggestion list.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public ISuggestionProvider Provider { get; set; }

Property Value

ISuggestionProvider

See Also