Gets or sets the minimum number of characters required to be entered in the text box before the AutoCompleteBox displays possible matches. 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 int MinimumPrefixLength { get; set; }
Visual Basic (Declaration)
Public Property MinimumPrefixLength As Integer

Remarks

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

See Also