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. |
DropDownActivationEventArgs | |
DropDownContainerEventArgs | |
DropDownControlEventArgs | |
DropDownEditEventArgs | |
DropDownItem | Represents an item in the WebImageViewer control. |
DropDownItemCollection | A collection of DropDownItems. |
DropDownItemEventArgs | |
DropDownSelectionEventArgs | |
NavControl | Represents a control class for hierarchical data controls. |
OpacityAnimation | class implementing opacity animations |
SlideAnimation | |
SlideFadeAnimation | Container of properties used by Slide/OpacityAnimations. |
WebDropDown | the WebDropDown is an AJAX-enabled control ASP.NET consisting of an input box and a dropdown list of items its main functionalities include auto-complete/suggest, selection, value editing, binding to many data sources out of the box, templating, and a rich client-side and server-side API |
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. |
DropDownAutoFiltering | Indicates the type of filtering |
DropDownAutoFilterQueryTypes | Indicates the query type when doing filtering on the server-side |
DropDownAutoFilterSortOrder | Indicates the sorting order for filtering |
DropDownDisplayMode | Indicates the display mode of the control |
DropDownMultipleSelectionType | Indicates the type of multiple selection |
DropDownPagerMode | indicates the pager mode of the DropDown pager if paging is enabled |
DropDownValueDisplayType |