New to Kendo UI for AngularStart a free 30-day trial

AfterEqFilterOperatorComponent

Updated on Jun 19, 2025

Represents the GreaterOrEqualTo (Is after or equal to) date filter operator for the TreeList. Use this operator to filter dates that are after 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-after-eq-operator></kendo-treelist-filter-after-eq-operator>
     </kendo-treelist-date-filter-cell>
  </ng-template>
</kendo-treelist-column>

Selector

kendo-treelist-filter-after-eq-operator

Fields

NameTypeDefaultDescription

text

string

The text displayed in the drop-down list for the filter operator.

In this article
SelectorFields
Not finding the help you need?
Contact Support