MinimumPrefixLength Property
In This Topic
Gets or sets the minimum length of text before the Web service provides suggestions for completion.
Syntax
'Declaration
Public Property MinimumPrefixLength As Integer
'Usage
Dim instance As AutoCompleteCellType
Dim value As Integer
instance.MinimumPrefixLength = value
value = instance.MinimumPrefixLength
public int MinimumPrefixLength {get; set;}
Property Value
Integer number of characters in the minimum length of text
Example
This example uses a Web service for an automatic completion cell.
See Also