ListView for ASP.NET Web Forms
OnClientFilterCallback Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ListView Namespace > C1ListView Class : OnClientFilterCallback Property
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

Reference

C1ListView Class
C1ListView Members