Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoFilterInfo Class / MaxFilteredItems Property


In This Topic
    MaxFilteredItems Property (AutoFilterInfo)
    In This Topic
    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