TemplatedDropDownList Properties |
The TemplatedDropDownList type exposes the following members.
Name | Description | |
---|---|---|
AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the drop-down list selection.
| |
BoxTemplate |
Gets or sets the ITemplate that defines how selected item in the drop-down list is displayed.
| |
ClientInstanceName |
Gets the name of the object instance that can be used to refer to the drop-down list from the client script.
| |
ExpandableAreaHeight |
Gets or sets the height of the expandable area.
| |
ExpandableAreaWidth |
Gets or sets the width of the expandable area.
| |
ItemTemplate |
Gets or sets the ITemplate that defines how items in the drop-down list are displayed.
| |
OnClientDataExchange |
Gets or sets the Javascript handler which is executed at the time when
the data between drop-down list item and selected item can be exchanged.
| |
OnClientExpandedStateChanged |
Gets or sets the Javascript handler which is executed when drop-down list is expanded or collapsed.
| |
OnClientSelectedIndexChanged |
Gets or sets the Javascript handler which is executed when user changes the drop-down list selection.
| |
SelectedItemIndex |
Gets or sets the 0-based index of the item that is currently selected.
|