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

In This Topic
    MatchCol Property (C1Combo)
    In This Topic
    Specifies the column where the incremental search is performed on.
    Syntax
    'Declaration
     
    
    Public Property MatchCol As MatchColEnum
    public MatchColEnum MatchCol {get; set;}
    See Also