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
 
See Also