New to Kendo UI for Angular? Start a free 30-day trial

BooleanFilterMenuComponent

Represents a Boolean-filter menu component. See example.

<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

NameTypeDefaultDescription

column

ColumnComponent

The column with which the filter is associated.

filter

CompositeFilterDescriptor

The current menu filter.

filterService

FilterService

The FilterService instance which is responsible for handling the changes in the filter descriptor.

Fields

NameTypeDefaultDescription

currentFilter

FilterDescriptor

The current filter for the associated column field.

currentOperator

string

The current filter operator for the associated column field.

In this article

Not finding the help you need?