Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / MinPrefixLength Property
Example


In This Topic
    MinPrefixLength Property
    In This Topic
    Gets or sets the minimum number of characters to start the filtering operation. The value must be greater than zero. The default value is 3.
    Syntax
    'Declaration
     
    Public Property MinPrefixLength As Integer
    'Usage
     
    Dim instance As AutoFilter
    Dim value As Integer
     
    instance.MinPrefixLength = value
     
    value = instance.MinPrefixLength
    public int MinPrefixLength {get; set;}
    Example
    This example filters out items when typing in the combo cell.
    See Also