Gets or sets whether or not this control should automatically fill the suggestion list when the MinTime, MaxTime or TimeSuggestionInterval properties change. The default is false. 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 bool IsAutoFillSuggestionsEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsAutoFillSuggestionsEnabled As Boolean

Remarks

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

See Also