Represents a customizable drop-down list control.
The following tables list the members exposed by the DropDown type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the DropDown class. |
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various DOM elements, part of the control's structure |
Name | Description | |
---|---|---|
![]() |
Closes the drop-down list. |
|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Gets a value indicating whether automatic completion is enabled for the control. |
|
![]() |
Gets a value indicating whether the control will post back to the server when the selected index has changed. |
|
![]() |
Gets the text to be displayed when the control's selected item is not set. |
|
![]() |
Gets a value indicating whether the control is enabled. |
|
![]() |
Returns the index of the currently selected item. |
|
![]() |
Gets the validation state of the control |
|
![]() |
Gets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the control for a subsequent postback. |
|
![]() |
Selects the item corresponding to the specified index. |
|
![]() |
Sets a value indicating whether automatic completion is enabled for the control. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the selected index has changed. |
|
![]() |
Sets a value indicating whether the control is enabled. |
|
![]() |
Sets the index of the currently selected item. |
|
![]() |
Sets a value indicating whether the control should submit the form on pressing the Enter key. |
|
![]() |
Shows the dropdown list. |