ListBoxProps
Represents the props of the KendoReact ListBox component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets a jsx
| |
data |
|
Sets the data of the ListBox. jsx
| |
draggable? |
|
Makes the items of the ListBox draggable. The items are draggable by default. jsx
| |
id? |
|
Sets an jsx
| |
item? |
|
Defines the component that will be rendered for each item of the data collection. jsx
| |
onDragLeave? |
|
Fires when a dragged element or text selection leaves the ListBox element. jsx
| |
onDragOver? |
|
Fires when the user drags over an item from the ListBox. The event contains information about the item that is dragged over. jsx
| |
onDragStart? |
|
Fires when the user starts to drag an item from the ListBox. The event contains information about the item that is being dragged. jsx
| |
onDrop? |
|
Fires when the user drops an item. The event contains information about the drop target item. jsx
| |
onItemClick? |
|
Fires when an item from the ListBox is clicked. Contains the clicked item. jsx
| |
onItemSelect? |
|
Fires when an item from the ListBox is selected. Contains the selected item. jsx
| |
onKeyboardNavigate? |
|
Fires when a keyboard navigation action is triggered. jsx
| |
onKeyDown? |
|
Fires on keydown over the ListBox list items. It can be used to add extra keyboard navigation options. jsx
| |
selectedField? |
|
Sets the selected field of the ListBox. Based on the value of this field, an item will be selected or not. jsx
| |
size? |
|
|
Configures the The available options are:
jsx
|
style? |
|
Specifies the styles which are set to the ListBox container. jsx
| |
textField |
|
Sets the data item field that represents the item text. If the data contains only primitive values, do not define it. jsx
| |
toolbar? |
|
Renders a toolbar component next to the ListBox. jsx
| |
toolbarPosition? |
|
Sets the position of the toolbar of the ListBox if one is set. The ListBox may have no toolbar. The possible values are:
jsx
| |
valueField? |
|
The field that will be used during form submission. Defaults to the jsx
|