| class | Description |
|---|---|
| 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. |
| DataMenuGroupSettings | A DataMenuGroupSettings object that represents the group settings |
| DataMenuGroupSettingsCollection | |
| DataMenuItem | |
| DataMenuItemCancelEventArgs | Used internally to constuct cancelable event arguments to be passed to WebDataMenu event handlers |
| DataMenuItemCollection | Used internally to construct the DataMenuItemCollection of the WebDataMenu |
| DataMenuItemSettings | A DataMenuItemSettings object that represents the common item settings |
| OpacityAnimation | class implementing opacity animations |
| SlideAnimation | |
| SlideFadeAnimation | Container of properties used by Slide/OpacityAnimations. |
| WebDataMenu |
| 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 |