# w-dropdownlistbox

Adds supports for \[DropDownListBoxComponent]

## Implementation  Details

> **Component Selector:** 'wm-dropdownlistbox'

## Class inheritance

DropDownListBoxComponent extends [BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md).

## Support

### Properties

| Property           | Get/Set | Notify Changes | Details                                                                                                                                                                |
| ------------------ | ------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| allowEdit: boolean | Yes/No  | No             | Inherited from Returns a boolean value indicating if the control is editable.                                                                                          |
| border: boolean    | Yes/No  | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| enabled: boolean   | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| name: string       | Yes/No  | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| text: string       | Yes/Yes | Yes            | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| visible: boolean   | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |

### Events

| 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.                          |

### Functions

| Function   | Supported | Details                                           |
| ---------- | --------- | ------------------------------------------------- |
| FindItem   | Yes       | Finds an element by text in the items collection. |
| SelectItem | Yes       | Finds and highlights an item in the control       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/window-components/w-dropdownlistbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
