Spread for ASP.NET 12 Product Documentation
MinPrefixLength Property


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

Reference

AutoFilter Class
AutoFilter Members