New to Kendo UI for Angular? Start a free 30-day trial
BooleanFilterMenuComponent
Represents the Kendo UI Boolean-filter menu component for Angular TreeList. Use this component to filter boolean fields in the TreeList. See example.
html
<kendo-treelist-column field="Discontinued" title="Discontinued">
  <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
    <kendo-treelist-boolean-filter-menu
      [column]="column"
      [filter]="filter"
      [filterService]="filterService">
    </kendo-treelist-boolean-filter-menu>
  </ng-template>
</kendo-treelist-column>Selector
kendo-treelist-boolean-filter-menu
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| column | 
 | The column with which the filter is associated. | |
| filter | 
 | The current menu filter. | |
| filterService | 
 | The  | 
Fields
| Name | Type | Default | Description | 
|---|---|---|---|
| currentFilter | 
 | The current filter for the associated column field. | |
| currentOperator | 
 | The current filter operator for the associated column field. |