\Kendo\UI\TreeListSearch
A PHP class representing the search setting of TreeList.
Methods
fields
Defines a list of fields which will be included in the search. If values for the property are not defined the treelist will search in all column fields.
Returns
\Kendo\UI\TreeListSearch
Parameters
$value array
Example
<?php
$search = new \Kendo\UI\TreeListSearch();
$search->fields(array());
?>