• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chart Wizardnew
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Toolsupdated
    • Date Inputs
    • Date Math
    • Dialogsupdated
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChart
    • PDF Processing
    • PDF Viewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheet
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ListViewProps

Represents the props of the KendoReact ListView component.

NameTypeDefaultDescription

className?

string

Sets a class of the ListView DOM element.

data?

any[]

Sets the data of the ListView.

React.ComponentType<any>

Defines the component that will be rendered for ListView footer.

header?

React.ComponentType<any>

Defines the component that will be rendered for ListView header.

item?

React.ComponentType<ListViewItemProps>

Defines the component that will be rendered for each item of the data collection.

navigatable?

boolean

If set to true, the user can use dedicated shortcuts to interact with the ListView. By default, navigation is disabled.

onScroll?

(event: ListViewEvent) => void

Fires when the ListView has been scrolled.

style?

React.CSSProperties

Sets styles to the ListView container.