• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

DropDownTreesExpandDirective

A directive which manages the expanded state of the popup TreeView.

Selector

[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]

Inputs

NameTypeDefaultDescription

expandedKeys

any[]

Defines the collection that will store the expanded keys.

expandBy

string | (context: TreeItem) => any

Defines the item key that will be stored in the expandedKeys collection.

expandOnFilter

boolean | FilterExpandSettings

false

Whether or not to auto-expand the nodes leading from the root node to each filter result. To fine-tune this behavior, pass a FilterExpandSettings object to this input.

Events

NameTypeDescription

expandedKeysChange

EventEmitter<any[]>

Fires when the expandedKeys collection was updated.

In this article

Not finding the help you need?