| Interface | Description |
|---|---|
| ITreeViewListener |
Event listener shared by the
AjaxTreeView widget and the AjaxTreeViewBehavior |
| Class | Description |
|---|---|
| AjaxTreeView |
Provides the Kendo UI TreeView
|
| AjaxTreeView.ExpandBehavior |
Provides a databound behavior that extends node(s)
|
| AjaxTreeViewBehavior |
Provides the Kendo UI TreeView behavior
|
| AjaxTreeViewBehavior.ChangeEvent |
Provides an event object that will be broadcasted by the
AjaxTreeViewBehavior.OnChangeAjaxBehavior callback |
| AjaxTreeViewBehavior.DropEvent |
Provides an event object that will be broadcasted by the
AjaxTreeViewBehavior.OnDropAjaxBehavior callback |
| AjaxTreeViewBehavior.ExpandEvent |
Provides an event object that will be broadcasted by the
AjaxTreeViewBehavior.OnExpandAjaxBehavior callback |
| AjaxTreeViewBehavior.OnChangeAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'change' event |
| AjaxTreeViewBehavior.OnDropAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'drop' event |
| AjaxTreeViewBehavior.OnExpandAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'expand' event |
| TreeNode<T> |
Provides a node for the
AjaxTreeViewThe wrapped object can be of any type |
| TreeNodeFactory |
Provides a factory for building
TreeNodes as JSON |
| TreeViewModel | |
| TreeViewModelBehavior |
Provides the behavior that loads
TreeNodes |
Copyright © 2021 7thWeb. All rights reserved.