• 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
    • ListBoxupdated
    • 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

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.

onScroll?

(event: ListViewEvent) => void

Fires when the ListView has been scrolled.

style?

React.CSSProperties

Sets styles to the ListView container.

In this article

Not finding the help you need?