ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListViewItem Class / FilterText Property

In This Topic
    FilterText Property (C1ListViewItem)
    In This Topic
    Add a content for filter to search against. If it is added, the contents of the list item are ignored.
    Syntax
    'Declaration
     
    Public Property FilterText As System.String
    public System.string FilterText {get; set;}
    See Also