Last updated
Was this helpful?
Adds supports for [DropDownListBoxComponent]
Component Selector: 'wm-dropdownlistbox'
DropDownListBoxComponent extends BaseControlComponent.
Property
Get/Set
Notify Changes
Details
allowEdit: boolean
Yes/No
No
Inherited from Returns a boolean value indicating if the control is editable.
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus Event.
losefocus
Yes
$event: any
Triggers losefocus Event.
modified
Yes
$event: any
This occurs when selected index changes or text property is modified Triggers modified Event.
selectionchanged
Yes
$event: any
This occurs when when selected index changes selectionchanged Event.
Function
Supported
Details
FindItem
Yes
Finds an element by text in the items collection.
SelectItem
Yes
Finds and highlights an item in the control
Last updated
Was this helpful?
Was this helpful?