Version

Infragistics.WebUI.WebDropDown Namespace

Classes
 ClassDescription
ClassClientSideEvents

The ClientSideEvents object contains string properties that allow client-side JavaScript function names to be specified for handling a variety of events that occur on the client. The JavaScript function with the same name must then be defined somewhere within the page in order for the event to be fired.

The JavaScript can be written directly into the aspx page or it can be added in the code-behind file using the Page.RegisterClientScriptBlock function.

ClassDropButton The DropButton represents the button on the control, used to open and close the dropdown.
ClassDropDownPanel Summary description for DropdownPanel.
ClassExpandEffects

This object encapsulates the Internet Explorer Transitions functionality that WebDropDown exposes.

ClassWebDropDown

The WebDropDown control is a multi-column, editable drop-down selection control. It allows users to choose values from a displayed list of items that is shown when the arrow in the control is clicked.

The drop-down area of WebDropDown is based on the WebGrid control and supports many of the features of it. Column and row sizing, sorting, row selectors are supported within the drop-down.

If values in addition to the list are possible for the field, the WebDropDown can be set to Editable so that values can be directly typed in to the top value of the control.

WebDropDown can also be used from within WebGrid to display valuelists inside of grid cells.

Enumerations
 EnumerationDescription
EnumerationDropDownAlignment  
EnumerationExpandEffectType  
EnumerationPanelLayout  
See Also