New to KendoReactStart a free 30-day trial

ListViewProps

Interface

Represents the props of the KendoReact ListView component.

Definition

Package:@progress/kendo-react-listview

Properties

Sets a class of the ListView DOM element.

data?

any[]

Sets the data of the ListView.

ComponentType​<any>

Defines the component that renders for the ListView footer.

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.

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

Default:

false

onScroll?

(event: ListViewEvent) => void

Fires when the ListView has been scrolled.

Parameters:eventListViewEvent

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.