Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultRowFilter Class / AllString Property
Example


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;}

    Property Value

    String containing the display text for the All option
    Example
    This example changes the text of a filter list item.
    See Also