New to KendoReact? Start a free 30-day trial
ListViewProps
ListViewPropsPremium
Represents the props of the KendoReact ListView component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets a class of the ListView DOM element. jsx
| |
data? |
|
Sets the data of the ListView. jsx
| |
footer? |
|
Defines the component that will be rendered for the ListView footer. jsx
| |
header? |
|
Defines the component that will be rendered for the ListView header. jsx
| |
item? |
|
Defines the component that will be rendered for each item of the data collection. jsx
| |
navigatable? |
|
If set to jsx
| |
onScroll? |
|
Fires when the ListView has been scrolled. jsx
| |
style? |
|
Sets styles to the ListView container. jsx
|