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.
public System.string OnClientFilterCallback {get; set;}
'Declaration
Public Property OnClientFilterCallback As System.String