ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ValueFilter Class / FilterText Property

In This Topic
    FilterText Property (ValueFilter)
    In This Topic
    Gets or sets a string to filter the list of display values.
    Syntax
    'Declaration
     
    Public Property FilterText As String
    public string FilterText {get; set;}
    See Also