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

In This Topic
    MatchCol Property (DropDownList)
    In This Topic
    Sets the search column when the MatchEntry property is not None.
    Syntax
    'Declaration
     
    
    Public Property MatchCol As MatchColEnum
    public MatchColEnum MatchCol {get; set;}
    Remarks
    The default value is MatchColEnum.DisplayMember.
    See Also