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

In This Topic
    OnClientFilterCallback Property
    In This Topic
    The function accepts two arguments -- the text of the list item (or data-filtertext value if present), and the search string. Return true to hide the item, false to leave it visible.
    Syntax
    'Declaration
     
    Public Property OnClientFilterCallback As System.String
    public System.string OnClientFilterCallback {get; set;}
    See Also