ListViewProps
Represents the props of the KendoReact ListView component.
Definition
Package:@progress/kendo-react-listview
Properties
className?
string
Sets a class of the ListView DOM element.
data?
any[]
Sets the data of the ListView.
footer?
ComponentType<any>
Defines the component that renders for the ListView footer.
header?
ComponentType<any>
Defines the component that renders for the ListView header.
item?
ComponentType<ListViewItemProps>
Defines the component that renders 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.
false
onScroll?
(event: ListViewEvent) => void
Fires when the ListView has been scrolled.
style?
CSSProperties
Sets styles to the ListView container.
webMcp?
boolean | WebMcpProps
Enables Web MCP tool registration for this component.
Requires a parent WebMcpProvider from @progress/kendo-react-webmcp.