New to Kendo UI for Angular? Start a free 30-day trial
BeforeEqFilterOperatorComponent
Updated on Jun 19, 2025
Represents the LessOrEqualTo (Is before or equal to) date filter operator for the TreeList.
Use this operator to filter dates that are before or equal to a specific value.
See example.
html
<kendo-treelist-column field="hireDate">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-date-filter-cell
[column]="column"
[filter]="filter">
<kendo-treelist-filter-before-eq-operator></kendo-treelist-filter-before-eq-operator>
</kendo-treelist-date-filter-cell>
</ng-template>
</kendo-treelist-column>Selector
kendo-treelist-filter-before-eq-operator
Fields
| Name | Type | Default | Description |
|---|---|---|---|
text |
|
The text displayed in the drop-down list for the filter operator. |