Spread Windows Forms 12.0 Product Documentation
MaxFilteredItems Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoFilterInfo Class : MaxFilteredItems Property
Gets or sets the maximum items matched with filter condition will be shown in dropdown window.
Syntax
'Declaration
 
Public Property MaxFilteredItems As Integer
'Usage
 
Dim instance As AutoFilterInfo
Dim value As Integer
 
instance.MaxFilteredItems = value
 
value = instance.MaxFilteredItems
public int MaxFilteredItems {get; set;}

Property Value

The maximum shown filtered items. The default value is 0.
Exceptions
ExceptionDescription
The value is less than zero.
Remarks
Value equals to 0 means all matched items will be shown.
See Also

Reference

AutoFilterInfo Class
AutoFilterInfo Members