Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / MinimumPrefixLength Property
Example


In This Topic
    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