Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / ExactMatch Property


In This Topic
    ExactMatch Property (SearchDialog)
    In This Topic
    Gets or sets whether to consider only strings that match exactly.
    Syntax
    'Declaration
     
    
    Public Overridable Property ExactMatch As Boolean
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As Boolean
     
    instance.ExactMatch = value
     
    value = instance.ExactMatch
    public virtual bool ExactMatch {get; set;}
    See Also