Spread Windows Forms 12.0 Product Documentation
MinimumPrefixLength Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoFilterInfo Class : MinimumPrefixLength Property
Gets or sets the minimum length of the filter prefix.
Syntax
'Declaration
 
Public Property MinimumPrefixLength As Integer
'Usage
 
Dim instance As AutoFilterInfo
Dim value As Integer
 
instance.MinimumPrefixLength = value
 
value = instance.MinimumPrefixLength
public int MinimumPrefixLength {get; set;}

Property Value

The length of the min prefix. The default value is 1.
Exceptions
ExceptionDescription
The value is less than or equals to 0.
Remarks
Only when the filter prefix length is greater than or equals the AutoFilter.MinimumPrefixLength, the filter can be preformed automatically.
See Also

Reference

AutoFilterInfo Class
AutoFilterInfo Members