Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoFilter Class / MatchingMode Property


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

    Property Value

    The matching mode for filter prefix. The default value is AutoCompleteMatchingMode.MatchStartWith.
    See Also