Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / MaxFilteredItem Property
Example


In This Topic
    MaxFilteredItem Property
    In This Topic
    Gets or sets the maximum number of items that can be obtained when filtering. The value must be greater than zero. The default value is 10.
    Syntax
    'Declaration
     
    
    Public Property MaxFilteredItem As Integer
    'Usage
     
    
    Dim instance As AutoFilter
    Dim value As Integer
     
    instance.MaxFilteredItem = value
     
    value = instance.MaxFilteredItem
    public int MaxFilteredItem {get; set;}
    Example
    This example filters out items when typing in the combo cell.
    See Also