Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilteredColumnEventArgs Class / FilterString Property
Example


In This Topic
    FilterString Property
    In This Topic
    Gets the filter string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterString As String
    'Usage
     
    
    Dim instance As AutoFilteredColumnEventArgs
    Dim value As String
     
    value = instance.FilterString
    public string FilterString {get;}
    Example
    This example uses the AutoFilteredColumn event.
    See Also