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


In This Topic
    SearchString Property (SearchDialog)
    In This Topic
    Gets or sets the string for which to search.
    Syntax
    'Declaration
     
    
    Public Overridable Property SearchString As String
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As String
     
    instance.SearchString = value
     
    value = instance.SearchString
    public virtual string SearchString {get; set;}
    See Also