Properties

NameTypeDefault
autoOpen boolean false
autoDropDownHeight boolean false
animationType DropDownListAnimationType 'slide'
checkboxes boolean false
closeDelay number 400
disabled boolean false
displayMember string ""
dropDownHorizontalAlignment DropDownListHorizontalAlignment 'left'
dropDownVerticalAlignment DropDownListVerticalAlignment 'bottom'
dropDownHeight number | string 200
dropDownWidth number | string 200
enableSelection boolean true
enableBrowserBoundsDetection boolean false
enableHover boolean true
filterable boolean false
filterHeight number 27
filterDelay number 100
filterPlaceHolder string "Looking for"
height number | string null
incrementalSearch boolean true
incrementalSearchDelay number 700
itemHeight number -1
openDelay number 350
placeHolder string "Please Choose:"
popupZIndex number 20000
rtl boolean false
renderer (index?: DropDownListRenderer['index'], label?: DropDownListRenderer['label'], value?: DropDownListRenderer['value']) => string null
selectionRenderer (element?: DropDownListSelectionRenderer['element'], index?: DropDownListSelectionRenderer['index'], label?: DropDownListSelectionRenderer['label'], value?: DropDownListSelectionRenderer['value']) => string null
searchMode DropDownListSearchMode startswith
source Array<any> null
selectedIndex number -1
theme string ''
template string ''
valueMember string ""
width number | string null

Events

bindingComplete Event
close Event
checkChange Event
change Event
open Event
select Event
unselect Event

Methods

NameArgumentsReturn Type
addItem item
clearSelection None
clear None
close None
checkIndex index
checkItem item
checkAll None
clearFilter None
destroy None
disableItem item
disableAt index
enableItem item
enableAt index
ensureVisible index
focus None
getItem index
getItemByValue itemValue
getItems None
getCheckedItems None
getSelectedItem None
getSelectedIndex None
insertAt item, index
isOpened None
indeterminateIndex index
indeterminateItem item
loadFromSelect arg
open None
removeItem item
removeAt index
selectIndex index
selectItem item
setContent content
updateItem newItem, item
updateAt item, index
unselectIndex index
unselectItem item
uncheckIndex index
uncheckItem item
uncheckAll None
val value