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

In This Topic
    MatchCompare Property (C1List)
    In This Topic
    Returns or sets the comparing mode for a search.
    Syntax
    'Declaration
     
    
    Public Property MatchCompare As MatchCompareEnum
    public MatchCompareEnum MatchCompare {get; set;}
    See Also