ListBoxToolbarProps
Interface
Definition
Package:@progress/kendo-react-listbox
Properties
data
any[]
The data of the main ListBox.
dataConnected
any[]
The data of the connected ListBox.
onToolClick?
(event: ListBoxToolbarClickEvent) => void
Fires when one of the ListBoxToolbar tools is clicked.
Parameters:eventListBoxToolbarClickEvent
selectedField?
string
Set the selected field of the ListBoxToolbar. Based on that value of that field the ListBoxToolbar will determine which actions are allowed and which disabled.
size?
"small" | "medium" | "large"
Configures the size of the buttons inside the ListBoxToolbar.
The available options are:
- small
- medium
- large
- null—Does not set a size
className.
Default:
medium
tools?
string[]
Sets the tools of the ListBoxToolbar. By default, the ListBoxToolbar renders no tools. The built-in tools are:
moveUpmoveDowntransferTotransferFromtransferAllTotransferAllFromremove