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

ColumnMenuFilterComponent

Represents the column-menu item for editing column filters in the TreeList.

The component can be placed inside a ColumnMenuTemplate directive.

To register the component as a known column menu item, set the ColumnMenuService that is passed by the template to the service input of the kendo-treelist-columnmenu-filter component.

Selector

kendo-treelist-columnmenu-filter

Inputs

NameTypeDefaultDescription

expanded

boolean

false

Specifies if the content is expanded.

service

ColumnMenuService

Represents the ColumnMenuService class. Requires a mandatory input.

Events

NameTypeDescription

collapse

EventEmitter<any>

Fires when the content is collapsed.

expand

EventEmitter<any>

Fires when the content is expanded.

In this article

Not finding the help you need?