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 | |
---|---|---|
![]() |
Gets or sets a value indicating whether automatic completion is enabled for the control. |
|
![]() |
Gets or sets a value indicating whether the control will post back to the server when the selected index has changed. |
|
![]() |
Gets or sets a value indicating which library will be used in the control's client-side scripts. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Gets or sets the field from the data source to bind to the Text property of the control's items. |
|
![]() |
Gets or sets the field from the data source to bind to the Value property of the control's items. |
|
![]() |
Gets or sets the text to be displayed when the control's selected item is not set. |
|
![]() |
Gets or sets the template used to display the control's footer. |
|
![]() |
Gets or sets the template used to display the control's header. |
|
![]() |
Gets or sets the height of the control. |
|
![]() |
Gets a value indicating the control has its Theme property set to a specified value. |
|
![]() |
Gets the collection of items, associated with this control. |
|
![]() |
Gets or sets the template used to display items. |
|
![]() |
Gets or sets the caption of the control. |
|
![]() |
Gets or sets the caption alignment. |
|
![]() |
Gets or sets the license key of the control. |
|
![]() |
Gets or sets the index of the currently selected DropDownItem. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control's selected index changes. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control's selected index is about to be changed. |
|
![]() |
Gets the currently selected value. |
|
![]() |
Gets or sets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets or sets the alignment of the text inside the control. |
|
![]() |
Gets or sets the theme applied to the control. |
|
![]() |
Gets or sets the width of the control. |
Name | Description | |
---|---|---|
![]() |
WebControl.TagKey override. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
Name | Description | |
---|---|---|
![]() |
Control.CreateChildControls override. |
|
![]() |
Control.LoadViewState override. |
|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the SelectedIndexChanged event. |
|
![]() |
DataBoundControl.PerformDataBinding override. |
|
![]() |
DataBoundControl.PerformSelect override. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
|
![]() |
Control.SaveViewState override. |
|
![]() |
Control.TrackViewState override. |
Name | Description | |
---|---|---|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |
|
![]() |
Raised when the value of the SelectedIndex property has changed. |