• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ListBoxToolbarProps

NameTypeDefaultDescription

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.

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.

tools?

string[]

Sets the tools of the ListBoxToolbar. By default, the ListBoxToolbar renders no tools. The built-in tools are:

  • moveUp
  • moveDown
  • transferTo
  • transferFrom
  • transferAllTo
  • transferAllFrom
  • remove

In this article

Not finding the help you need?