Spread for ASP.NET 12 Product Documentation
MinimumPrefixLength Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AutoCompleteCellType Class : MinimumPrefixLength Property
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;}
See Also

Reference

AutoCompleteCellType Class
AutoCompleteCellType Members