Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoFilter Class / MatchingSource Property


In This Topic
    MatchingSource Property (AutoFilter)
    In This Topic
    Gets or sets what the filter prefix match with.
    Syntax
    'Declaration
     
    
    Public Property MatchingSource As FilterMatchingSource
    'Usage
     
    
    Dim instance As AutoFilter
    Dim value As FilterMatchingSource
     
    instance.MatchingSource = value
     
    value = instance.MatchingSource
    public FilterMatchingSource MatchingSource {get; set;}

    Property Value

    The source used for filter prefix to match with. The default value is FilterMatchingSource.AllSubItems.
    See Also