Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / AllString Property


In This Topic
    AllString Property (IRowFilter)
    In This Topic
    Gets or sets the "(All)" filter item string.
    Syntax
    'Declaration
     
    
    Property AllString As String
    'Usage
     
    
    Dim instance As IRowFilter
    Dim value As String
     
    instance.AllString = value
     
    value = instance.AllString
    string AllString {get; set;}

    Property Value

    String containing the string for including all items
    See Also