| class | Description |
|---|---|
| AddressGenerator | Initializes the AddressGenerator object. |
| AJAXResponseErrorEventArgs | Event arguments object that is passed into the AJAXResponse event handler when the AJAX request fails. It is cancelable so the default error message can be prevented. |
| AJAXResponseEventArgs | Event arguments object that is passed into the AJAXResponse event handler. |
| AnimationBase | A base class that provides the ability to create a custom animation. |
| CancelNodeEditingEventArgs | Event arguments object that is passed into the NodeEditingEntering and NodeEditingExiting event handlers. Provides an option to cancel the events. |
| DataBindingEventArgs | Initializes data binding event arguments |
| DataBoundEventArgs | Initializes DataBoundEventArgs |
| DataTreeActivationEventArgs | Used internally to constuct event arguments to be passed to DataTree event activation handlers |
| DataTreeCheckBoxSelectionEventArgs | Used internally to constuct event arguments to be passed to DataTree check box event selection handlers |
| DataTreeDragDropEventArgs | Used internally to constuct event arguments to be passed to Drag and Drop event handlers |
| DataTreeDragMoveEventArgs | Used internally to constuct event arguments to be passed to Drag and Drop event handlers |
| DataTreeNodeEventArgs | Used internally to constuct event arguments to be passed to DataTree event handlers |
| DataTreeNodeRangeEventArgs | Used internally to constuct event arguments to be passed to DataTree event handlers |
| DataTreeSelectionEventArgs | Used internally to constuct event arguments to be passed to DataTree event selection handlers |
| DataTreeUIBehaviorsObject | Class which implements behavior of WebDataTree. |
| DragData | Initializes the DragData object. |
| DragDropSettings | Initializes the DragDropSettings object. |
| DropIndicator | Initializes the DropIndicator object. |
| Node | The Node class is used to represent the object model of a node within the DataTree. |
| NodeAnimation | |
| NodeCollection | Used internally to construct the NodeCollections of the DataTree. |
| NodeEditing | |
| NodeEditingEventArgs | Event arguments object that is passed into the NodeEditingEntered and NodeEditingExited event handlers. |
| NodeSettings | |
| OpacityAnimation | class implementing opacity animations |
| RenderedEventArgs | Initializes RenderedEventArgs |
| RenderingEventArgs | Initializes RenderingEventArgs |
| SlideAnimation | |
| SlideFadeAnimation | Container of properties used by Slide/OpacityAnimations. |
| TextChangeEventArgs | Event arguments object that is passed into the NodeEditingTextChanging and NodeEditingTextChanged event handlers. The "old value" can be obtained from the node itself. |
| TreeInternalEditor | The TreeInternalEditor is used when a tree node enters editing mode. |
| WebDataTree | Creates WebDataTree client-side object. |
| WebDataTreeCollectionClientStateManager | A ClientStateManager that handles any ObjectBase that belongs to an ObjectCollection. |
| Enumeration | Description |
|---|---|
| AnimationEquationType | The type of calculation that an animation will use to determine it's next position.. |
| AnimationSlideDirection | Direction used by SlideAnimation. It has 3 members: Vertical, Horizontal and Both. Their values are 1, 2, 3. |
| DragDropPoint |