ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / MatchEntry Property

In This Topic
    MatchEntry Property (DropDownList)
    In This Topic
    Returns or sets a value indicating how the control performs searches based on user's input.
    Syntax
    'Declaration
     
    
    Public Property MatchEntry As MatchEntryEnum
    public MatchEntryEnum MatchEntry {get; set;}
    Remarks
    The default value is MatchEntryEnum.None.
    See Also