Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / UseWildcards Property


In This Topic
    UseWildcards Property
    In This Topic
    Gets or sets whether to use wildcard characters in the search.
    Syntax
    'Declaration
     
    
    Public Overridable Property UseWildcards As Boolean
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As Boolean
     
    instance.UseWildcards = value
     
    value = instance.UseWildcards
    public virtual bool UseWildcards {get; set;}
    See Also