Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / AllString Property


In This Topic
    AllString Property (DefaultRowFilter)
    In This Topic
    Gets or sets the all filter items string.
    Syntax
    'Declaration
     
    
    Public Property AllString As String
    'Usage
     
    
    Dim instance As DefaultRowFilter
    Dim value As String
     
    instance.AllString = value
     
    value = instance.AllString
    public string AllString {get; set;}
    See Also