ListViewProps
Interface
Represents the props of the Kendo UI for Vue ListView component.
Definition
Package:@progress/kendo-vue-listview
Properties
dataItems?
any[]
Sets the data of the ListView.
footer?
any
Defines the component that will be rendered for ListView footer.
header?
any
Defines the component that will be rendered for ListView header.
item?
any
Defines the component that will be rendered for each item of the data collection.
onScroll?
(event: ListViewScrollEvent) => void
Fires when the ListView has been scrolled.
Parameters:eventListViewScrollEvent