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


In This Topic
    MatchingSource Property (AutoFilterInfo)
    In This Topic
    Gets or sets what the filter prefix match with.
    Syntax
    'Declaration
     
    
    Public Property MatchingSource As FilterMatchingSource
    'Usage
     
    
    Dim instance As AutoFilterInfo
    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